Don't let Xlib own the event queue
commit779d43fc462411d84adf757a178e938c6ba9d3b8
authorUli Schlachter <psychon@znc.in>
Wed, 24 Oct 2012 13:22:52 +0000 (24 15:22 +0200)
committerUli Schlachter <psychon@znc.in>
Wed, 24 Oct 2012 13:22:52 +0000 (24 15:22 +0200)
tree0aa2f92e80a1f65e3f09427d08405562697a5d46
parenta1918b8306f3a03a38dbc5f33c2151abc5c8fdea
Don't let Xlib own the event queue

Since commit 531f8b415c65e97, we are using Xlib for our X11 connection. However,
we still use XCB for event processing. This means we actually have to tell Xlib
to leave all events alone.

This might fix FS#1047. Perhaps.

Signed-off-by: Uli Schlachter <psychon@znc.in>
awesome.c