Draw: Image::GetAuxData now public

git-svn-id: svn://ultimatepp.org/upp/trunk@5647 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-12-12 19:36:12 +00:00
parent 516d59a92d
commit 1aa3cf393f

View file

@ -156,7 +156,6 @@ private:
friend void SysImageRealized(const Image& img);
void SetAuxData(uint64 data);
uint64 GetAuxData() const;
public:
const RGBA* operator~() const;
@ -223,6 +222,10 @@ public:
static Image SizeBottomRight();
static Image Cross();
static Image Hand();
// standard mouse cursor support
uint64 GetAuxData() const;
// IML support ("private"), deprecated - legacy .iml
struct Init {