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