mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
move CursorInfo members into public access
This commit is contained in:
parent
4be1780080
commit
936aa565a0
1 changed files with 4 additions and 4 deletions
|
|
@ -13,15 +13,15 @@ class CursorInfo
|
|||
static int load_cursor_info (const std::string& path);
|
||||
static void drop_cursor_info ();
|
||||
|
||||
std::string name;
|
||||
int x;
|
||||
int y;
|
||||
|
||||
private:
|
||||
CursorInfo (const std::string& image_name, int hotspot_x, int hotspot_y);
|
||||
|
||||
typedef std::map<std::string,CursorInfo*> Infos;
|
||||
static Infos infos;
|
||||
|
||||
std::string name;
|
||||
int x;
|
||||
int y;
|
||||
};
|
||||
|
||||
} /* namespace */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue