mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Initialize flattrs in EBRUSHOBJ_vInit
svn path=/trunk/; revision=40180
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user