EventPipe: rename to GlobalEvents

This commit is contained in:
Max Kellermann
2013-01-09 23:12:53 +01:00
parent 8782f6d232
commit 26ebfc04b0
19 changed files with 266 additions and 273 deletions

View File

@@ -24,7 +24,7 @@
#include "config.h"
#include "Idle.hxx"
#include "EventPipe.hxx"
#include "GlobalEvents.hxx"
#include <assert.h>
#include <glib.h>
@@ -71,7 +71,7 @@ idle_add(unsigned flags)
idle_flags |= flags;
g_mutex_unlock(idle_mutex);
event_pipe_emit(PIPE_EVENT_IDLE);
GlobalEvents::Emit(GlobalEvents::IDLE);
}
unsigned