From 16b0aa81d15ccb02b22b84d75bc0542cab2bc2da Mon Sep 17 00:00:00 2001 From: krypt-n Date: Wed, 8 Oct 2014 23:16:48 +0200 Subject: [PATCH] XCB owns evenqueue --- bar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bar.c b/bar.c index 828d016..c8d3b18 100644 --- a/bar.c +++ b/bar.c @@ -977,6 +977,8 @@ xconn (void) exit (EXIT_FAILURE); } + XSetEventQueueOwner(dpy, XCBOwnsEventQueue); + /* Grab infos from the first screen */ scr = xcb_setup_roots_iterator(xcb_get_setup(c)).data;