olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / cinelerra / zwindow.h
index 9b53e423eb45c6d837afdca7e7c334fd952955ba..7f46fff0e4d3efaf196301576017d7321baad0ff 100644 (file)
@@ -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);
@@ -81,7 +82,7 @@ public:
        ZWindowGUI *zgui;
        EDL* edl;
 
-       int idx;
+       int idx, destroy;
        int highlighted;
        char title[BCTEXTLEN];
 };