X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fzwindow.h;h=ac8f04dc44ee95a38250d4419b1b0b96deba584b;hb=32294ae14f17c867a39f638112cbec12d59b32d6;hp=9b53e423eb45c6d837afdca7e7c334fd952955ba;hpb=0513350234a8dcd08e5a0117d5121724ef7b76b6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/zwindow.h b/cinelerra-5.1/cinelerra/zwindow.h index 9b53e423..ac8f04dc 100644 --- a/cinelerra-5.1/cinelerra/zwindow.h +++ b/cinelerra-5.1/cinelerra/zwindow.h @@ -70,8 +70,9 @@ public: void handle_done_event(int result); void handle_close_event(int result); void change_source(EDL *edl); - void issue_command(int command, int wait_tracking, - int use_inout, int update_refresh, int toggle_audio); + void stop_playback(int wait); + void issue_command(int command, int wait_tracking, int use_inout, + int update_refresh, int toggle_audio, int loop_play); void update_mixer_ids(); void set_title(const char *tp); void reposition(int x, int y, int w, int h);