Add more items for device capabilities.
authorJames Tabor <james.tabor@reactos.org>
Fri, 14 Dec 2007 17:35:31 +0000 (17:35 +0000)
committerJames Tabor <james.tabor@reactos.org>
Fri, 14 Dec 2007 17:35:31 +0000 (17:35 +0000)
svn path=/trunk/; revision=31219

reactos/include/reactos/win32k/ntgdityp.h

index b38c346..c8a4460 100644 (file)
@@ -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 */