XCB owns evenqueue

This commit is contained in:
krypt-n 2014-10-08 23:16:48 +02:00
parent 15c668905c
commit 16b0aa81d1
1 changed files with 2 additions and 0 deletions

2
bar.c
View File

@ -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;