mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
x11: Patched to compile on systems without the Xutf8LookupString() function.
This commit is contained in:
@@ -808,7 +808,7 @@ X11_DispatchEvent(_THIS)
|
||||
&keysym, &status);
|
||||
}
|
||||
#else
|
||||
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
||||
X11_XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
|
||||
#endif
|
||||
|
||||
#ifdef SDL_USE_IBUS
|
||||
|
||||
Reference in New Issue
Block a user