I did not BREAK MtxOrb, I forgot to sync bigfont.h ;-)

This commit is contained in:
dglaude
2002-01-18 07:56:44 +00:00
parent 227b5329b8
commit 79a5d76203
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1246,6 +1246,10 @@ MtxOrb_ask_bar (Driver *drvthis, int type)
/* fprintf(stderr, "GLU: MtxOrb_ask_bar(%d).\n", type); */ /* 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 the screen was clear then no graphic caracter are in use yet. */
if (clear) { if (clear) {
for (pos = 0; pos < 8; pos++) use[pos] = 0; for (pos = 0; pos < 8; pos++) use[pos] = 0;
+2 -2
View File
@@ -11,8 +11,8 @@
* XX キキ XX Xキ XX * XX キキ XX Xキ XX
*/ */
#define S 32 #define S 8
#define F 255 #define F 9
/**************************************************************** /****************************************************************
* Normal charset * Normal charset