mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
fix winquake color glitc bug
the text are now whie instead for black svn path=/trunk/; revision=15678
This commit is contained in:
parent
30976b41c4
commit
3eedff3253
1 changed files with 1 additions and 1 deletions
|
@ -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] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue