prev/next label fix in viewer, inout highlight, modify folder layout, ffmpeg scan...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / timebar.h
index 0a047ff72f3eb52ffa8a321543c6d6ab03fec18a..54d952c45c5bf252377141da084b4f0adfedcc3b 100644 (file)
@@ -154,12 +154,14 @@ public:
 // Get highlight status when the cursor is over the timeline.
        virtual double test_highlight();
        virtual int has_preview() { return 0; }
+       virtual int is_vwindow() { return 0; }
 
 
        void update_labels();
        void update_points();
 // Make sure widgets are highlighted according to selection status
        void update_highlights();
+       void draw_inout_highlight();
 // Update highlight cursor during a drag
        virtual void update_cursor();