X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=28bfa9780f6afd4a216e2e4d0c24e8e310dfd428;hb=0d3917a4eda0344055badf0bd6e235c15c3b6cb8;hp=33c43a1dae587d5fe34b9d6dc4c6242d950e47e0;hpb=ad2996ab94e6e12c9c14a5b9f14792f76111dff7;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 33c43a1d..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, @@ -70,6 +71,8 @@ public: 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;