mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
[SDK][INCLUDE] Rename Gdiplus::Brush::brush as nativeBrush (#2204)
Make it w32api-compatible. CORE-16585
This commit is contained in:
parent
39eceedd89
commit
dcc512a245
3 changed files with 34 additions and 27 deletions
|
@ -210,7 +210,7 @@ class Pen : public GdiplusBase
|
|||
Status
|
||||
SetBrush(const Brush *brush)
|
||||
{
|
||||
return SetStatus(DllExports::GdipSetPenBrushFill(pen, brush ? brush->brush : NULL));
|
||||
return SetStatus(DllExports::GdipSetPenBrushFill(pen, brush ? brush->nativeBrush : NULL));
|
||||
}
|
||||
|
||||
Status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue