mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[WIN32K][DXG] DxDdReenableDirectDrawObject: update dhpdev. It is wrong after screen resolution change
svn path=/trunk/; revision=75259
This commit is contained in:
parent
711a1cb341
commit
321c2c1f08
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ DxDdReenableDirectDrawObject(
|
|||
// reset acceleration and suspend flags
|
||||
peDdGl->fl &= 0xFFFFFFFD;
|
||||
peDdGl->bSuspended = 0;
|
||||
peDdGl->dhpdev = (PVOID)gpEngFuncs.DxEngGetHdevData(peDdGl->hDev, DxEGShDevData_dhpdev);
|
||||
|
||||
RetVal = TRUE;
|
||||
// FIXME AGP Stuff
|
||||
|
|
Loading…
Reference in a new issue