--- rxvt-unicode/src/rxvt.h 2007/06/09 13:04:27 1.271 +++ rxvt-unicode/src/rxvt.h 2007/06/11 13:33:34 1.273 @@ -1100,6 +1100,9 @@ #if TRANSPARENT || ENABLE_PERL void rootwin_cb (XEvent &xev); xevent_watcher rootwin_ev; +#endif +#if TRANSPARENT + int check_our_parents (); void check_our_parents_cb (time_watcher &w); time_watcher check_our_parents_ev; #endif @@ -1229,7 +1232,6 @@ void focus_in (); void focus_out (); void update_fade_color (unsigned int idx); - int check_our_parents (); #ifdef PRINTPIPE FILE *popen_printer (); int pclose_printer (FILE *stream);