diff --git a/src/x11/x.c b/src/x11/x.c index 010a779..731986c 100644 --- a/src/x11/x.c +++ b/src/x11/x.c @@ -253,7 +253,7 @@ gboolean x_mainloop_fd_dispatch(GSource *source, GSourceFunc callback, gpointer break; } } - return true; + return G_SOURCE_CONTINUE; } /*