X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=28bfa9780f6afd4a216e2e4d0c24e8e310dfd428;hb=9a16c85641dee9f15136f40c8a3195d88d45513f;hp=61d409aa60127c06fcc77077f0ddb0a291eb5e5a;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 61d409aa..28bfa978 100644 --- a/cinelerra-5.1/cinelerra/cwindow.h +++ b/cinelerra-5.1/cinelerra/cwindow.h @@ -27,6 +27,7 @@ #include "cplayback.inc" #include "ctracking.inc" #include "cwindowgui.inc" +#include "edl.inc" #include "floatauto.inc" #include "mwindow.inc" #include "remotecontrol.h" @@ -41,7 +42,7 @@ public: void create_objects(); // Position is inclusive of the other 2 - void update(int position, + void update(int dir, int overlays, int tool_window, int operation = 0, @@ -69,6 +70,9 @@ public: void show_window(); void hide_window(); int update_position(double position); + void stop_playback(int wait); + void refresh_frame(int change_type, int dir=1); + void refresh_frame(int change_type, EDL *edl, int dir=1); int destination; MWindow *mwindow;