mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:58:29 +00:00
parent
8ecbb44463
commit
8968b14235
7 changed files with 340 additions and 175 deletions
|
@ -243,6 +243,13 @@ class ImageAttributes : public GdiplusBase
|
|||
ImageAttributes(const ImageAttributes &);
|
||||
ImageAttributes &
|
||||
operator=(const ImageAttributes &);
|
||||
|
||||
// get native
|
||||
friend inline GpImageAttributes *&
|
||||
getNat(const ImageAttributes *ia)
|
||||
{
|
||||
return const_cast<ImageAttributes *>(ia)->nativeImageAttr;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _GDIPLUSIMAGEATTRIBUTES_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue