From 422abc788a8cca7a51bcb84dab288432eca1ec47 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 4 Oct 2008 11:18:30 +0000 Subject: [PATCH] - Update DEVCAPS to W2k/XP. svn path=/trunk/; revision=36641 --- reactos/include/reactos/win32k/ntgdityp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index ac13e60cff8..0a5551004f2 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -280,7 +280,10 @@ typedef struct _DEVCAPS // Very similar to GDIINFO ULONG ulDesktopHorzRes; ULONG ulDesktopVertRes; ULONG ulBltAlignment; - ULONG ulReserved[4]; + ULONG ulPanningHorzRes; + ULONG ulPanningVertRes; + ULONG xPanningAlignment; + ULONG yPanningAlignment; ULONG ulShadeBlend; ULONG ulColorMgmtCaps; } DEVCAPS, *PDEVCAPS;