mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user