mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
We have Brush Attributes already define in ntgdihdl.h, its a user space structure.
svn path=/trunk/; revision=33510
This commit is contained in:
parent
f366e9f6c1
commit
e07a1445f4
1 changed files with 2 additions and 8 deletions
|
@ -15,12 +15,6 @@
|
|||
* A MAILING LIST FIRST.
|
||||
*/
|
||||
|
||||
typedef struct
|
||||
{
|
||||
ULONG AttrFlags;
|
||||
COLORREF lbColor;
|
||||
} BRUSHATTR, *PBRUSHATTR;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* Header for all gdi objects in the handle table.
|
||||
|
@ -33,8 +27,8 @@ typedef struct
|
|||
ULONG flAttrs;
|
||||
|
||||
ULONG ulBrushUnique;
|
||||
BRUSHATTR *pBrushAttr;
|
||||
BRUSHATTR BrushAttr;
|
||||
BRUSH_ATTR *pBrushAttr; // Just like DC_ATTR, pointer to user data
|
||||
BRUSH_ATTR BrushAttr; // " " DCOBJ, internal if pBrushAttr == Zero
|
||||
POINT ptOrigin;
|
||||
ULONG bCacheGrabbed;
|
||||
COLORREF crBack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue