mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00
parent
8ecbb44463
commit
8968b14235
7 changed files with 340 additions and 175 deletions
|
@ -396,6 +396,13 @@ class Pen : public GdiplusBase
|
|||
Pen(const Pen &);
|
||||
Pen &
|
||||
operator=(const Pen &);
|
||||
|
||||
// get native
|
||||
friend inline GpPen *&
|
||||
getNat(const Pen *pen)
|
||||
{
|
||||
return const_cast<Pen *>(pen)->nativePen;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _GDIPLUSPEN_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue