add translucent "shade" to playhead cursor (may remove this in the future)
[ardour.git] / gtk2_ardour / editor_cursors.h
index 2e2c654bd18986e88f74c24b45eeadc1139ddd59..2b5c46b4a031f1516b2211b8c4212b9ab7b7f1e2 100644 (file)
@@ -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;