mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user