commit | e997c5fb090157f5f245fed815c07fb1370e3217 | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Fri Mar 25 14:06:37 2011 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 22 10:35:10 2011 -0400 |
tree | 1645042b74e0b93f4254c072f5c78999da4a87ab | |
parent | df2f197076311ee97efea0a201d421dd46b95dc4 [diff] |
compositor-x11: Set xcb to be eventqueue owner This'll fix egl_gallium (when bind_wayland_display is done).
diff --git a/compositor/compositor-x11.c b/compositor/compositor-x11.c index b437337..9e8ce75 100644 --- a/compositor/compositor-x11.c +++ b/compositor/compositor-x11.c
@@ -651,6 +651,8 @@ return NULL; c->conn = XGetXCBConnection(c->dpy); + XSetEventQueueOwner(c->dpy, XCBOwnsEventQueue); + if (xcb_connection_has_error(c->conn)) return NULL;