mirror of
https://github.com/reactos/reactos.git
synced 2025-06-08 19:00:42 +00:00
Add more items for device capabilities.
svn path=/trunk/; revision=31219
This commit is contained in:
parent
591c2ff8ee
commit
24f650c712
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@ typedef struct _DEVCAPS // Very similar to GDIINFO
|
||||||
ULONG ulDesktopHorzRes;
|
ULONG ulDesktopHorzRes;
|
||||||
ULONG ulDesktopVertRes;
|
ULONG ulDesktopVertRes;
|
||||||
ULONG ulBltAlignment;
|
ULONG ulBltAlignment;
|
||||||
|
ULONG ulReserved[4];
|
||||||
|
ULONG ulShadeBlend;
|
||||||
|
ULONG ulColorMgmtCaps;
|
||||||
} DEVCAPS, *PDEVCAPS;
|
} DEVCAPS, *PDEVCAPS;
|
||||||
|
|
||||||
/* Font Structures */
|
/* Font Structures */
|
||||||
|
|
Loading…
Reference in a new issue