From 272ee5f7d2be764d5edef2db763f50438689b48c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 2 Jan 2009 11:20:41 +0100 Subject: event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify There is only one location using PIPE_EVENT_SIGNAL: to synchronize player_command() with player_command_finished(). Use the "notify" library instead of the event_pipe here. --- src/main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 8943280a1..0db289267 100644 --- a/src/main.h +++ b/src/main.h @@ -21,4 +21,6 @@ extern GMainLoop *main_loop; +extern struct notify main_notify; + #endif -- cgit v1.2.3