Fix types in header.

svn path=/trunk/; revision=30100
This commit is contained in:
James Tabor 2007-11-04 03:52:17 +00:00
parent 8460e343d4
commit a3547b55a7

View file

@ -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.