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;
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue