Patched to compile.
parent
0cf81fbdf9
commit
0d8c3a0b76
|
@ -306,10 +306,12 @@ X11_UpdateKeymap(_THIS)
|
|||
SDL_GetDefaultKeymap(keymap);
|
||||
|
||||
#if SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM
|
||||
{
|
||||
XkbStateRec state;
|
||||
if (X11_XkbGetState(data->display, XkbUseCoreKbd, &state == Success)) {
|
||||
if (X11_XkbGetState(data->display, XkbUseCoreKbd, &state) == Success) {
|
||||
group = state.group;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue