mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
x11: Patched to compile on systems without the Xutf8LookupString() function.
This commit is contained in:
parent
4679195dbf
commit
0c19501eeb
@ -808,7 +808,7 @@ X11_DispatchEvent(_THIS)
|
|||||||
&keysym, &status);
|
&keysym, &status);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
X11_XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SDL_USE_IBUS
|
#ifdef SDL_USE_IBUS
|
||||||
|
Loading…
Reference in New Issue
Block a user