use unix domain socket for communication with mpv
[uwplayer.git] / application / window.h
index eb47127..f63add5 100644 (file)
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef WINDOW_H
-#define WINDOW_H
+#ifndef UWP_WINDOW_H
+#define UWP_WINDOW_H
 
 #include <Xm/XmAll.h>
 #include <stdbool.h>
@@ -33,9 +33,10 @@ extern "C" {
 #endif
 
 typedef struct Player {
+    char *tmp;
     pid_t process;
-    int in;
-    int out;
+    int log;
+    int ipc;
     bool isactive;
 } Player;
     
@@ -61,5 +62,5 @@ void WindowMenubarSetVisible(MainWindow *win, bool visible);
 }
 #endif
 
-#endif /* WINDOW_H */
+#endif /* UWP_WINDOW_H */