mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 00:40:31 +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 ulDesktopVertRes;
|
||||
ULONG ulBltAlignment;
|
||||
ULONG ulReserved[4];
|
||||
ULONG ulShadeBlend;
|
||||
ULONG ulColorMgmtCaps;
|
||||
} DEVCAPS, *PDEVCAPS;
|
||||
|
||||
/* Font Structures */
|
||||
|
|
Loading…
Reference in a new issue