--- rxvt-unicode/src/main.C 2004/02/21 20:33:40 1.36 +++ rxvt-unicode/src/main.C 2004/02/21 21:43:37 1.38 @@ -267,7 +267,7 @@ Gr_reset (); /* reset graphics */ #endif -#if 1 +#if 0 XSynchronize (display->display, True); #endif @@ -1316,7 +1316,7 @@ #if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE) if (rs[Rs_imLocale]) - rxvt_set_locale (rs[Rs_imLocale]); + SET_LOCALE (rs[Rs_imLocale]); #endif p = rs[Rs_inputMethod]; @@ -1357,7 +1357,7 @@ done: #if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE) if (rs[Rs_imLocale]) - rxvt_set_locale (locale); + SET_LOCALE (locale); #endif }