diff --git a/reactos/subsystems/win32/win32k/ntddraw/dxeng.c b/reactos/subsystems/win32/win32k/ntddraw/dxeng.c index de38b16554f..01539a3ce7c 100644 --- a/reactos/subsystems/win32/win32k/ntddraw/dxeng.c +++ b/reactos/subsystems/win32/win32k/ntddraw/dxeng.c @@ -656,7 +656,9 @@ DWORD DxEngCreateMemoryDC(DWORD x1) DWORD DxEngScreenAccessCheck() { UNIMPLEMENTED; - return FALSE; + + /* we cheating here and tell dxg.sys it have always premitions to access the screen */ + return TRUE; } /************************************************************************/