winex11: Check for XKB extension on the GDI display too.
This commit is contained in:
parent
5998bd59d7
commit
219ae804ba
|
@ -537,6 +537,9 @@ static BOOL process_attach(void)
|
|||
X11DRV_XComposite_Init();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XKB
|
||||
if (use_xkb) use_xkb = XkbUseExtension( gdi_display, NULL, NULL );
|
||||
#endif
|
||||
X11DRV_InitKeyboard( gdi_display );
|
||||
X11DRV_InitClipboard();
|
||||
if (use_xim) use_xim = X11DRV_InitXIM( input_style );
|
||||
|
|
Loading…
Reference in New Issue