X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fvwindowgui.h;h=f5a36a06849e0d94b67df45e0036f7dbbf2fd1f8;hb=d60a59baa6cfe24c0fb153ed9e150a834ba29feb;hp=039067e9769379441f421cba23f4fc391ebb2e7c;hpb=60f8df69db9ddd8148bfc41a17bb0955b52a45e6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/vwindowgui.h b/cinelerra-5.1/cinelerra/vwindowgui.h index 039067e9..f5a36a06 100644 --- a/cinelerra-5.1/cinelerra/vwindowgui.h +++ b/cinelerra-5.1/cinelerra/vwindowgui.h @@ -72,6 +72,7 @@ public: // void update_labels(); // void update_points(); void update_meters(); + void draw_wave(); MWindow *mwindow; VWindow *vwindow; @@ -118,6 +119,7 @@ public: void zoom_resize_window(float percentage); void draw_refresh(int flush = 1); + int need_overlays(); void draw_overlays(); void close_source(); int get_fullscreen(); @@ -141,8 +143,8 @@ public: void unset_inoutpoint(); void to_clip(); void toggle_label(); - void prev_label(); - void next_label(); + void prev_label(int cut); + void next_label(int cut); double get_position(); void set_position(double position);