bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cwindow.h
index 61d409aa60127c06fcc77077f0ddb0a291eb5e5a..28bfa9780f6afd4a216e2e4d0c24e8e310dfd428 100644 (file)
@@ -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;