X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fzwindow.h;h=7f46fff0e4d3efaf196301576017d7321baad0ff;hb=3ceaf97d3b161445161eb5d48f3e8d5e9c34e3f8;hp=528d576dd0f7c8b7b19c122e484fcae86e2dfd08;hpb=ad2996ab94e6e12c9c14a5b9f14792f76111dff7;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/zwindow.h b/cinelerra-5.1/cinelerra/zwindow.h index 528d576d..7f46fff0 100644 --- a/cinelerra-5.1/cinelerra/zwindow.h +++ b/cinelerra-5.1/cinelerra/zwindow.h @@ -71,8 +71,8 @@ public: void handle_close_event(int result); void change_source(EDL *edl); void stop_playback(int wait); - void issue_command(int command, int wait_tracking, - int use_inout, int update_refresh, int toggle_audio); + 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); @@ -82,7 +82,7 @@ public: ZWindowGUI *zgui; EDL* edl; - int idx; + int idx, destroy; int highlighted; char title[BCTEXTLEN]; };