I did not BREAK MtxOrb, I forgot to sync bigfont.h ;-)
This commit is contained in:
@@ -1245,6 +1245,10 @@ MtxOrb_ask_bar (Driver *drvthis, int type)
|
||||
static int circular = -1;
|
||||
|
||||
/* fprintf(stderr, "GLU: MtxOrb_ask_bar(%d).\n", type); */
|
||||
|
||||
/* This bypass the search for WHITE and BLACK */
|
||||
if (type==barw) return 32;
|
||||
if (type==barb) return 255;
|
||||
|
||||
/* If the screen was clear then no graphic caracter are in use yet. */
|
||||
if (clear) {
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
* XX キキ XX Xキ XX
|
||||
*/
|
||||
|
||||
#define S 32
|
||||
#define F 255
|
||||
#define S 8
|
||||
#define F 9
|
||||
|
||||
/****************************************************************
|
||||
* Normal charset
|
||||
|
||||
Reference in New Issue
Block a user