Commit 219ae804 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Check for XKB extension on the GDI display too.

parent 5998bd59
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment