diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-06-27 00:59:16 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2010-09-16 17:24:11 +0200 |
| commit | 6865e538a3025dab0c7493b4bb167fdf432df5f2 (patch) | |
| tree | d42db80c8186ba47e2edd457734b8a47aba65586 /obt | |
| parent | a4a5fc866db0ad56fb678740314573a06349ed7e (diff) | |
80 cols
Diffstat (limited to 'obt')
| -rw-r--r-- | obt/xqueue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/obt/xqueue.c b/obt/xqueue.c index b370c4a8..c04b226b 100644 --- a/obt/xqueue.c +++ b/obt/xqueue.c @@ -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; |
