summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-17 13:02:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-17 13:02:57 +0000
commit0f9dab42d9e6be26164c5c8b31c49f806934d1ed (patch)
tree15d741879a5bcff7f1fd0c938d69e02edf2cabfb /gtk2_ardour/editor_cursors.h
parent3c252e9321dccf9b653b6b9ab4a7ffe5cda31b79 (diff)
add translucent "shade" to playhead cursor (may remove this in the future)
git-svn-id: svn://localhost/ardour2/branches/3.0@13048 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 2e2c654bd1..2b5c46b4a0 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -25,7 +25,8 @@ class EditorCursor {
public:
Editor& editor;
ArdourCanvas::Points points;
- ArdourCanvas::Line canvas_item;
+ ArdourCanvas::Line shade;
+ ArdourCanvas::Line canvas_item;
framepos_t current_frame;
double length;