X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=28bfa9780f6afd4a216e2e4d0c24e8e310dfd428;hb=9a16c85641dee9f15136f40c8a3195d88d45513f;hp=3d81ce09e4961f3665b165d56afb12d01933c0e8;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 3d81ce09..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,7 +70,9 @@ public: void show_window(); void hide_window(); int update_position(double position); - void stop_playback(); + 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;