add text entry cursor color to dark theme
[ardour.git] / gtk2_ardour / region_view.h
index 551f8d93b0f5360c8c88b034a4e0b026e9014a13..f17e37a72da4810dab3036818e497a6887b5f76d 100644 (file)
@@ -121,8 +121,8 @@ class RegionView : public TimeAxisViewItem
                }
        };
 
-       ARDOUR::frameoffset_t snap_frame_to_frame (ARDOUR::frameoffset_t) const;
-       
+       ARDOUR::frameoffset_t snap_frame_to_frame (ARDOUR::frameoffset_t, bool ensure_snap = false) const;
+
   protected:
 
        /** Allows derived types to specify their visibility requirements
@@ -151,6 +151,7 @@ class RegionView : public TimeAxisViewItem
        void        lock_toggle ();
 
        virtual void set_colors ();
+       virtual void set_sync_mark_color ();
        virtual void reset_width_dependent_items (double pixel_width);
 
        virtual void color_handler () {}