fix winquake color glitc bug
authorMagnus Olsen <magnus@greatlord.com>
Mon, 30 May 2005 07:27:22 +0000 (07:27 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Mon, 30 May 2005 07:27:22 +0000 (07:27 +0000)
the text are now whie instead for black

svn path=/trunk/; revision=15678

reactos/subsys/win32k/objects/color.c

index 8ea0d9b..19e5f7e 100644 (file)
@@ -32,7 +32,7 @@ static HPALETTE hPrimaryPalette = 0; // used for WM_PALETTECHANGED
 //static HPALETTE hLastRealizedPalette = 0; // UnrealizeObject() needs it
 
 
-static UINT SystemPaletteUse = SYSPAL_STATIC;  /* currently not considered */
+static UINT SystemPaletteUse = SYSPAL_NOSTATIC;  /* the program need save the palate and restore it */
 
 const PALETTEENTRY COLOR_sysPalTemplate[NB_RESERVED_COLORS] =
 {