summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mouse_cursors.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-10 18:52:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-10 18:52:04 -0400
commit9b1cd13706cae80c3e03c1682b22c9ac2061a351 (patch)
tree2c5507d10d8597aea1c1dce8800a9fda31e4df34 /gtk2_ardour/mouse_cursors.h
parent13cd2110e653faaa6519fda5fce7c275fef12ea6 (diff)
improve code for cursor creation; nominally use CursorInfo
even though we have no info files yet
Diffstat (limited to 'gtk2_ardour/mouse_cursors.h')
-rw-r--r--gtk2_ardour/mouse_cursors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mouse_cursors.h b/gtk2_ardour/mouse_cursors.h
index 14ce90347e..6c5c94b5e9 100644
--- a/gtk2_ardour/mouse_cursors.h
+++ b/gtk2_ardour/mouse_cursors.h
@@ -77,6 +77,7 @@ public:
std::string _cursor_set;
void drop_all ();
+ Gdk::Cursor* make_cursor (const char* name, int hotspot_x = 0, int hotspot_y = 0);
};
#endif /* __gtk2_ardour_mouse_cursors__ */