new_snap: Snapped Cursor ( squashed commit )
[ardour.git] / gtk2_ardour / mini_timeline.h
index 21b316df396ff8b53bd26b2e4095d905f531e0dc..b0cb5ee8cda4d9a4bf1e99611e7c33bd5a218b6f 100644 (file)
@@ -101,6 +101,8 @@ private:
 
        Gtk::Menu* _minitl_context_menu;
 
+       uint32_t _phead_color;
+
        struct JumpRange {
                JumpRange (int l, int r, samplepos_t t, bool p = false)
                        : left (l), right (r), to (t), prelight (p) {}