mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix types in header.
svn path=/trunk/; revision=30100
This commit is contained in:
parent
8460e343d4
commit
a3547b55a7
1 changed files with 4 additions and 4 deletions
|
@ -272,10 +272,10 @@ typedef struct _GDIBSEXTSELCLPRGN
|
||||||
{
|
{
|
||||||
GDIBATCHHDR gbHdr;
|
GDIBATCHHDR gbHdr;
|
||||||
int fnMode;
|
int fnMode;
|
||||||
HANDLE hbrush;
|
LONG right;
|
||||||
HANDLE hpen;
|
LONG bottom;
|
||||||
COLORREF crBackgroundClr;
|
LONG left;
|
||||||
ULONG ulBackgroundClr;
|
LONG top;
|
||||||
} GDIBSEXTSELCLPRGN, *PGDIBSEXTSELCLPRGN;
|
} GDIBSEXTSELCLPRGN, *PGDIBSEXTSELCLPRGN;
|
||||||
//
|
//
|
||||||
// Use with GdiBCSelObj, GdiBCDelObj and GdiBCDelRgn.
|
// Use with GdiBCSelObj, GdiBCDelObj and GdiBCDelRgn.
|
||||||
|
|
Loading…
Reference in a new issue