--- rxvt-unicode/src/main.C 2004/02/20 23:01:45 1.35 +++ rxvt-unicode/src/main.C 2004/02/21 21:43:37 1.38 @@ -1,4 +1,4 @@ -/*--------------------------------*-C-*---------------------------------* +/*--------------------------------*-C-*---------------------------------*; * File: main.c *----------------------------------------------------------------------* * @@ -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]) - setlocale (LC_CTYPE, 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]) - setlocale (LC_CTYPE, locale); + SET_LOCALE (locale); #endif }