Author: jimtabor Date: Sun Nov 4 06:52:17 2007 New Revision: 30100
URL: http://svn.reactos.org/svn/reactos?rev=30100&view=rev Log: Fix types in header.
Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h
Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdityp.h (original) +++ trunk/reactos/include/reactos/win32k/ntgdityp.h Sun Nov 4 06:52:17 2007 @@ -272,10 +272,10 @@ { 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.