x11: Patched to compile on systems without the Xutf8LookupString() function.
This commit is contained in:
parent
633a357db0
commit
19a66a9295
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue