mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +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.
|
* A MAILING LIST FIRST.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef struct
|
|
||||||
{
|
|
||||||
ULONG AttrFlags;
|
|
||||||
COLORREF lbColor;
|
|
||||||
} BRUSHATTR, *PBRUSHATTR;
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
/* Header for all gdi objects in the handle table.
|
/* Header for all gdi objects in the handle table.
|
||||||
|
@ -33,8 +27,8 @@ typedef struct
|
||||||
ULONG flAttrs;
|
ULONG flAttrs;
|
||||||
|
|
||||||
ULONG ulBrushUnique;
|
ULONG ulBrushUnique;
|
||||||
BRUSHATTR *pBrushAttr;
|
BRUSH_ATTR *pBrushAttr; // Just like DC_ATTR, pointer to user data
|
||||||
BRUSHATTR BrushAttr;
|
BRUSH_ATTR BrushAttr; // " " DCOBJ, internal if pBrushAttr == Zero
|
||||||
POINT ptOrigin;
|
POINT ptOrigin;
|
||||||
ULONG bCacheGrabbed;
|
ULONG bCacheGrabbed;
|
||||||
COLORREF crBack;
|
COLORREF crBack;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue