use unix domain socket for communication with mpv
[uwplayer.git] / application / player.h
index ebd6ab4..8d50a72 100644 (file)
@@ -30,6 +30,8 @@
 extern "C" {
 #endif
 
+#define REQ_ID_PLAYBACK_TIME 1
+    
 void PlayerOpenFile(MainWindow *win);
 
 void PlayerDestroy(Player *p);