aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/VideoPlayer.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp
index ea99ea1..0d1203b 100644
--- a/include/VideoPlayer.hpp
+++ b/include/VideoPlayer.hpp
@@ -77,14 +77,12 @@ namespace QuickMedia {
bool resume_playback;
bool keep_open;
pid_t video_process_id;
- int ipc_socket;
bool connected_to_ipc;
sf::Clock retry_timer;
int connect_tries;
int find_window_tries;
int monitor_height;
- struct sockaddr_un ipc_addr;
- char ipc_server_path[L_tmpnam];
+ int sockets[2];
EventCallbackFunc event_callback;
VideoPlayerWindowCreateCallback window_create_callback;
sf::WindowHandle window_handle;