Re: [PATCH weston 2/2] compositor-x11: properly initialize XKB extension

2012-10-31 Thread Ran Benita
On Wed, Oct 31, 2012 at 11:29:07AM -0400, Kristian Høgsberg wrote: > On Wed, Oct 31, 2012 at 12:13:09AM +0200, Ran Benita wrote: > > 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#Ini

Re: [PATCH weston 2/2] compositor-x11: properly initialize XKB extension

2012-10-31 Thread Kristian Høgsberg
On Wed, Oct 31, 2012 at 12:13:09AM +0200, Ran Benita wrote: > 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

[PATCH weston 2/2] compositor-x11: properly initialize XKB extension

2012-10-30 Thread Ran Benita
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