mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Let DxEngScreenAccessCheck() always return true for now until we implemete it
it mean dxg.sys have preemptions to access the screen. svn path=/trunk/; revision=33060
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user