X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fcwindowgui.h;h=45734e4259603e74d5ed66b57761125ba12d02f5;hb=2e48b660e37eb5c661264d601211e16cb6cd6e89;hp=8ab72ac2c2a0bde800a7e0f442425ec86f32085d;hpb=243336668c89096732786c6b3f3c5918aa2eff26;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cwindowgui.h b/cinelerra-5.1/cinelerra/cwindowgui.h index 8ab72ac2..45734e42 100644 --- a/cinelerra-5.1/cinelerra/cwindowgui.h +++ b/cinelerra-5.1/cinelerra/cwindowgui.h @@ -85,6 +85,7 @@ public: void keyboard_zoomin(); void keyboard_zoomout(); void update_meters(); + void stop_transport(const char *lock_msg); MWindow *mwindow; CWindow *cwindow; @@ -169,10 +170,10 @@ public: void unset_inoutpoint(); void to_clip(); void toggle_label(); - void prev_label(); - void next_label(); - void prev_edit(); - void next_edit(); + void prev_label(int cut); + void next_label(int cut); + void prev_edit(int cut); + void next_edit(int cut); MWindow *mwindow; CWindow *cwindow; @@ -271,6 +272,7 @@ public: int cursor_motion, int draw); void draw_refresh(int flash = 1); + int need_overlays(); void draw_overlays(); void draw_safe_regions(); // Cursor may have to be drawn