mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +00:00
parent
8ecbb44463
commit
8968b14235
7 changed files with 340 additions and 175 deletions
|
@ -93,6 +93,13 @@ class Brush : public GdiplusBase
|
|||
Brush(const Brush &);
|
||||
Brush &
|
||||
operator=(const Brush &);
|
||||
|
||||
// get native
|
||||
friend inline GpBrush *&
|
||||
getNat(const Brush *brush)
|
||||
{
|
||||
return const_cast<Brush *>(brush)->nativeBrush;
|
||||
}
|
||||
};
|
||||
|
||||
class HatchBrush : public Brush
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue