shutdown existing player when a new file is opened
[uwplayer.git] / application / window.h
index 0ac5cc7..eb47127 100644 (file)
@@ -36,6 +36,7 @@ typedef struct Player {
     pid_t process;
     int in;
     int out;
+    bool isactive;
 } Player;
     
 typedef struct MainWindow {