[WIN32K]
[reactos.git] / reactos / win32ss / gdi / ntgdi / wingl.c
index 1802343..7225b5d 100644 (file)
@@ -121,6 +121,8 @@ NtGdiSetPixelFormat(
     SURFOBJ *pso = NULL;
     BOOL Ret = FALSE;
 
+    DPRINT1("Setting pixel format from win32k!\n");
+
     pdc = DC_LockDc(hdc);
     if (!pdc)
     {