Skip to content

Commit 0905cb8

Browse files
committed
log function call
1 parent 58f8f89 commit 0905cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/winapi_hooks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,8 @@ HFONT WINAPI fake_CreateFontA(
13511351

13521352
UINT WINAPI fake_GetSystemPaletteEntries(HDC hdc, UINT iStart, UINT cEntries, LPPALETTEENTRY pPalEntries)
13531353
{
1354+
TRACE("%s [%p]\n", __FUNCTION__, _ReturnAddress());
1355+
13541356
if (g_ddraw.ref && g_ddraw.bpp == 8 && pPalEntries && WindowFromDC(hdc) == g_ddraw.hwnd)
13551357
{
13561358
if (g_ddraw.primary && g_ddraw.primary->palette)

0 commit comments

Comments
 (0)