mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 11:34:54 -06:00
Draw: Image::GetAuxData now public
git-svn-id: svn://ultimatepp.org/upp/trunk@5647 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
516d59a92d
commit
1aa3cf393f
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue