--- rxvt-unicode/src/rxvt.h 2007/12/31 01:05:51 1.347 +++ rxvt-unicode/src/rxvt.h 2008/01/19 13:00:10 1.349 @@ -1056,8 +1056,6 @@ char * incr_buf; size_t incr_buf_size, incr_buf_fill; /* ---------- */ - Cursor leftptr_cursor; -/* ---------- */ struct mouse_event MEvent; XComposeStatus compose; struct termios tio; @@ -1267,6 +1265,7 @@ void init_vars (); void init_secondary (); const char **init_resources (int argc, const char *const *argv); + void init (int argc, const char *const *argv, stringvec *envv); void init_env (); void set_locale (const char *locale); void init_xlocale (); @@ -1283,7 +1282,6 @@ ~rxvt_term (); void destroy (); void emergency_cleanup (); - void init (int argc, const char *const *argv, stringvec *envv); void recolour_cursor (); void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent); void window_calc (unsigned int newwidth, unsigned int newheight);