mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[WIN32K]
- Assign a correct pdevmode to the pdevobj when creating it. svn path=/branches/reactos-yarotows/; revision=47114
This commit is contained in:
parent
59ed1a68f0
commit
56da974d0c
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ EngpCreatePDEV(
|
|||
|
||||
ppdev->pGraphicsDevice = pGraphicsDevice;
|
||||
ppdev->hsemDevLock = EngCreateSemaphore();
|
||||
ppdev->pdmwDev = pGraphicsDevice->pDevModeList[pGraphicsDevice->iCurrentMode].pdm;
|
||||
// Should we change the ative mode of pGraphicsDevice ?
|
||||
ppdev->pdmwDev = PDEVOBJ_pdmMatchDevMode(ppdev, pdm) ;
|
||||
|
||||
/* FIXME! */
|
||||
ppdev->flFlags = PDEV_DISPLAY;
|
||||
|
|
Loading…
Reference in a new issue