mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Initialize flattrs in EBRUSHOBJ_vInit
svn path=/trunk/; revision=40180
This commit is contained in:
parent
e2a450fc3f
commit
f20923b70c
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ EBRUSHOBJ_vInit(EBRUSHOBJ *pebo, PBRUSH pbrush, XLATEOBJ *pxlo)
|
|||
pebo->BrushObject.pvRbrush = pbrush->ulRealization;
|
||||
pebo->BrushObject.flColorType = 0;
|
||||
pebo->pbrush = pbrush;
|
||||
pebo->flattrs = pbrush->flAttrs;
|
||||
pebo->XlateObject = pxlo;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue