Ran Benita 6a39d8790e compositor-x11: properly initialize XKB extension
In order to use XKB capabilities (as we do), the client must issue an
XkbUseExtension request:
http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Initializing_the_X_Keyboard_Extension

The reason this succeeds currently is that XOpenDisplay from Xlib does
this for us. But it is better not to rely on that, but do it explicitly
in XCB with the rest of the XKB init sequence.

Signed-off-by: Ran Benita <ran234@gmail.com>
2012-11-01 11:13:35 -04:00
..
2012-05-31 13:54:01 -04:00
2012-05-31 13:54:01 -04:00
2012-06-08 13:11:36 -04:00
2012-04-06 14:01:19 +02:00
2012-05-10 14:11:44 -04:00
2012-10-15 21:10:10 -04:00
2012-10-04 12:27:21 -04:00
2012-10-04 12:27:21 -04:00
2012-04-06 14:01:19 +02:00
2012-08-29 14:39:13 -04:00