From a3547b55a702cd8fd02cc649e867dc4b4e8a1dec Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 4 Nov 2007 03:52:17 +0000 Subject: [PATCH] Fix types in header. svn path=/trunk/; revision=30100 --- reactos/include/reactos/win32k/ntgdityp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index eb6fbc5a368..627f4c95d58 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -272,10 +272,10 @@ typedef struct _GDIBSEXTSELCLPRGN { GDIBATCHHDR gbHdr; int fnMode; - HANDLE hbrush; - HANDLE hpen; - COLORREF crBackgroundClr; - ULONG ulBackgroundClr; + LONG right; + LONG bottom; + LONG left; + LONG top; } GDIBSEXTSELCLPRGN, *PGDIBSEXTSELCLPRGN; // // Use with GdiBCSelObj, GdiBCDelObj and GdiBCDelRgn.