mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:38:28 +00:00
parent
dcc512a245
commit
9f4d733d1f
4 changed files with 408 additions and 92 deletions
|
@ -22,6 +22,8 @@
|
|||
class ImageAttributes : public GdiplusBase
|
||||
{
|
||||
public:
|
||||
friend class TextureBrush;
|
||||
|
||||
ImageAttributes() : nativeImageAttr(NULL)
|
||||
{
|
||||
lastStatus = DllExports::GdipCreateImageAttributes(&nativeImageAttr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue