[ros-diffs] [greatlrd] 15678: fix winquake color glitc bug
greatlrd at svn.reactos.com
greatlrd at svn.reactos.com
Mon May 30 09:27:24 CEST 2005
fix winquake color glitc bug
the text are now whie instead for black
Modified: trunk/reactos/subsys/win32k/objects/color.c
_____
Modified: trunk/reactos/subsys/win32k/objects/color.c
--- trunk/reactos/subsys/win32k/objects/color.c 2005-05-29 22:33:25 UTC
(rev 15677)
+++ trunk/reactos/subsys/win32k/objects/color.c 2005-05-30 07:27:22 UTC
(rev 15678)
@@ -32,7 +32,7 @@
//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] =
{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050530/92d561b6/attachment.html
More information about the Ros-diffs
mailing list