mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
last typo, really!
svn path=/trunk/; revision=1765
This commit is contained in:
parent
c321566c86
commit
0d87c04fdb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ int PALETTE_SetMapping(PPALOBJ palPtr, UINT uStart, UINT uNum, BOOL mapOnly)
|
|||
{
|
||||
if(PALETTE_firstFree > 0 /* && !(PALETTE_PaletteFlags & PALETTE_FIXED) FIXME */ )
|
||||
{
|
||||
DgPrint("Win32k: Unimplemented Palette Operation: PC_NOCOLLAPSE [objects/palette.c]\n");
|
||||
DbgPrint("Win32k: Unimplemented Palette Operation: PC_NOCOLLAPSE [objects/palette.c]\n");
|
||||
/* XColor color;
|
||||
index = PALETTE_firstFree; // ought to be available
|
||||
PALETTE_firstFree = PALETTE_freeList[index];
|
||||
|
|
Loading…
Reference in a new issue