main_notify: renamed source to event_pipe.c

We are going to migrate away from the concept of notifying the main
thread.  There should be events sent to it instead.  This patch starts
a series to implement that.
This commit is contained in:
Max Kellermann
2009-01-01 18:12:00 +01:00
parent 99f8dc0168
commit 9f5934d95b
10 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
*/
#include "idle.h"
#include "main_notify.h"
#include "event_pipe.h"
#include <assert.h>
#include <glib.h>