X11: Fixed compile warning about unused variable.
This commit is contained in:
parent
c514ae0303
commit
ebf3f850ae
1 changed files with 2 additions and 0 deletions
|
@ -396,7 +396,9 @@ X11_VideoInit(_THIS)
|
|||
char *prev_locale = setlocale(LC_ALL, NULL);
|
||||
char *prev_xmods = X11_XSetLocaleModifiers(NULL);
|
||||
const char *new_xmods = "";
|
||||
#if defined(HAVE_IBUS_IBUS_H) || defined(HAVE_FCITX_FRONTEND_H)
|
||||
const char *env_xmods = SDL_getenv("XMODIFIERS");
|
||||
#endif
|
||||
SDL_bool has_dbus_ime_support = SDL_FALSE;
|
||||
|
||||
if (prev_locale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue