From 6865e538a3025dab0c7493b4bb167fdf432df5f2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 Jun 2010 00:59:16 +0200 Subject: [PATCH] 80 cols --- obt/xqueue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.44.0