summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-30 16:32:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-30 16:32:38 -0400
commite8fc8aa992f7fad798935de227e2a15d0a075c71 (patch)
tree3cdad72026800fc28874b73492d3a14279c0257c /gtk2_ardour/editor_cursors.h
parentd816c225a4c4a433d8857dca79395fbf73d9476c (diff)
new UI config var to allow playhead to be optionally draggable (default is: yes, it can be dragged)
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 7915e37205..50958d1ac0 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -37,6 +37,7 @@ class EditorCursor {
void show ();
void hide ();
void set_color (ArdourCanvas::Color);
+ void set_sensitive (bool);
framepos_t current_frame () const {
return _current_frame;