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:
Magnus Olsen 2008-04-20 14:46:03 +00:00
parent 5584a59747
commit 5653b80ea7

View file

@ -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;
}
/************************************************************************/