X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=28bfa9780f6afd4a216e2e4d0c24e8e310dfd428;hb=b2eb290b3f6e5c233393017aa152e67c76243130;hp=04845095438130882669cdce0d70da8092725360;hpb=667ff598ae2a94f48c7056aee1d77d7cde39066b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 04845095..28bfa978 100644 --- a/cinelerra-5.1/cinelerra/cwindow.h +++ b/cinelerra-5.1/cinelerra/cwindow.h @@ -42,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, @@ -71,8 +71,8 @@ public: void hide_window(); int update_position(double position); void stop_playback(int wait); - void refresh_frame(int change_type); - void refresh_frame(int change_type, EDL *edl); + void refresh_frame(int change_type, int dir=1); + void refresh_frame(int change_type, EDL *edl, int dir=1); int destination; MWindow *mwindow;