commit | 6a39d8790ec6d26c17778547ce66e94c1bc73032 | [log] [tgz] |
---|---|---|
author | Ran Benita <ran234@gmail.com> | Wed Oct 31 20:14:57 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Nov 01 11:13:35 2012 -0400 |
tree | d40eba95d1850283a5eedbb3dd2775c44c2f0164 | |
parent | 7b5e3cd9b1b79929d796be804661680f6dc7f5b4 [diff] |
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>