mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 12:28:30 +00:00
parent
e797499dee
commit
ad2c15524d
2 changed files with 139 additions and 54 deletions
|
@ -1437,6 +1437,13 @@ class CustomLineCap : public GdiplusBase
|
|||
CustomLineCap(const CustomLineCap &);
|
||||
CustomLineCap &
|
||||
operator=(const CustomLineCap &);
|
||||
|
||||
// get native
|
||||
friend inline GpCustomLineCap *&
|
||||
getNat(const CustomLineCap *cap)
|
||||
{
|
||||
return const_cast<CustomLineCap *>(cap)->nativeCap;
|
||||
}
|
||||
};
|
||||
|
||||
inline TextureBrush::TextureBrush(Image *image, WrapMode wrapMode, const RectF &dstRect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue