handle playback-time messages
[uwplayer.git] / application / window.h
index f63add5..c90dfe5 100644 (file)
@@ -38,6 +38,8 @@ typedef struct Player {
     int log;
     int ipc;
     bool isactive;
+    
+    double playback_time;
 } Player;
     
 typedef struct MainWindow {