diff options
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index a0767a3a1..772acae28 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -670,7 +670,7 @@ void fl_open_display() { if (fl_display) return; setlocale(LC_CTYPE, ""); - XSetLocaleModifiers(""); + XSetLocaleModifiers("@im="); XSetIOErrorHandler(io_error_handler); XSetErrorHandler(xerror_handler); |
