From c6eab71435686a0ff4a244584b0a9b24282b73fc Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 9 Feb 2018 08:21:45 -0600 Subject: new_snap: Snapped Cursor ( squashed commit ) Snapped Cursor is a line that follows the edit point, and indicates where the operation will occur. This replaces and extends the line that appears with the Cut tool. New associated preferences: snap_threshold and show_snap_cursor. --- gtk2_ardour/mini_timeline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/mini_timeline.h') diff --git a/gtk2_ardour/mini_timeline.h b/gtk2_ardour/mini_timeline.h index 21b316df39..b0cb5ee8cd 100644 --- a/gtk2_ardour/mini_timeline.h +++ b/gtk2_ardour/mini_timeline.h @@ -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) {} -- cgit v1.2.3