add debug logging
This commit is contained in:
parent
0905cb8059
commit
091a8c1d6e
1 changed files with 2 additions and 0 deletions
|
@ -1355,6 +1355,8 @@ UINT WINAPI fake_GetSystemPaletteEntries(HDC hdc, UINT iStart, UINT cEntries, LP
|
|||
|
||||
if (g_ddraw.ref && g_ddraw.bpp == 8 && pPalEntries && WindowFromDC(hdc) == g_ddraw.hwnd)
|
||||
{
|
||||
TRACE(" WindowFromDC(hdc) == g_ddraw.hwnd\n");
|
||||
|
||||
if (g_ddraw.primary && g_ddraw.primary->palette)
|
||||
{
|
||||
ddp_GetEntries(g_ddraw.primary->palette, 0, iStart, cEntries, pPalEntries);
|
||||
|
|
Loading…
Reference in a new issue