From 1aa3cf393fb033a15ddc6af80c4c8f34ed60dde2 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 12 Dec 2012 19:36:12 +0000 Subject: [PATCH] Draw: Image::GetAuxData now public git-svn-id: svn://ultimatepp.org/upp/trunk@5647 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Draw/Image.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uppsrc/Draw/Image.h b/uppsrc/Draw/Image.h index 519a64250..7dc8ebfdd 100644 --- a/uppsrc/Draw/Image.h +++ b/uppsrc/Draw/Image.h @@ -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 {