This commit is contained in:
Dana Jansens 2010-06-27 00:59:16 +02:00 committed by Mikael Magnusson
parent a4a5fc866d
commit 6865e538a3

View file

@ -327,7 +327,8 @@ typedef struct _ObtXQueueCB {
static ObtXQueueCB *callbacks = NULL;
static guint n_callbacks = 0;
static gboolean event_read(GSource *source, GSourceFunc callback, gpointer data)
static gboolean event_read(GSource *source, GSourceFunc callback,
gpointer data)
{
XEvent ev;