mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:52:58 +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 */ )
|
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;
|
/* XColor color;
|
||||||
index = PALETTE_firstFree; // ought to be available
|
index = PALETTE_firstFree; // ought to be available
|
||||||
PALETTE_firstFree = PALETTE_freeList[index];
|
PALETTE_firstFree = PALETTE_freeList[index];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue