mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:12:58 +00:00
[WIN32SS] Introduce the MDEVOBJ structure
This will be used (later) to store the list of all enabled display devices. Add a global variable gpmdev (should really be stored in DISPLAYINFO structure) Replace global variable gppdevPrimary by pmdev->ppdevGlobal.
This commit is contained in:
parent
0f617ddfbb
commit
a0cfdcd409
15 changed files with 66 additions and 31 deletions
|
@ -23,6 +23,7 @@ typedef struct _DC *PDC;
|
|||
#include "gdi/ntgdi/gdiobj.h"
|
||||
#include "gdi/ntgdi/palette.h"
|
||||
#include "gdi/eng/surface.h"
|
||||
#include "gdi/eng/mdevobj.h"
|
||||
#include "gdi/eng/pdevobj.h"
|
||||
#include "gdi/eng/ldevobj.h"
|
||||
#include "gdi/eng/device.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue