80 cols
This commit is contained in:
parent
a4a5fc866d
commit
6865e538a3
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue