[ros-dev] [ros-diffs] [khornicek] 39617: - add more pixel formats

James Tabor jimtabor.rosdev at gmail.com
Mon Feb 16 04:01:26 CET 2009


Hi,
I know this is in a branch, but~

 WINAPI
 DdUnlock(LPDDHAL_UNLOCKDATA Unlock)
 {
+    /* Fixme for opengl hel emulations */
+    HEL_OGL_STUB;
+#if 0
     /* Call win32k */
     return NtGdiDdUnlock((HANDLE)Unlock->lpDDSurface->hDDSurface,
                           (PDD_UNLOCKDATA)Unlock);
+#endif
 }

It is a direct call and this is correct. Why if it out? Don't add non
standard functionality to the gdi interface unless this is a upgrade
from XP.
Thanks,
James


More information about the Ros-dev mailing list