--- rxvt-unicode/src/main.C 2007/12/11 18:00:07 1.276 +++ rxvt-unicode/src/main.C 2007/12/12 09:33:48 1.279 @@ -40,7 +40,7 @@ #include #include -# include +#include #ifdef HAVE_XSETLOCALE # define X_LOCALE @@ -157,7 +157,7 @@ update_background_ev.set (this); #endif #ifdef CURSOR_BLINK - cursor_blink_ev.set (this); + cursor_blink_ev.set (this); cursor_blink_ev.set (0., CURSOR_BLINK_INTERVAL); #endif #ifdef TEXT_BLINK text_blink_ev.set (this); text_blink_ev.set (0., TEXT_BLINK_INTERVAL); @@ -484,8 +484,7 @@ set_locale (""); set_environ (envv); // few things in X do not call setlocale :( - if (!init_vars ()) - return false; + init_vars (); init_secondary ();