From: ayin Date: Mon, 11 Jun 2007 13:33:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e2f27e0ae11a996ed713b94bc3901c7171082279;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 770198e2..c7680647 100644 --- a/src/command.C +++ b/src/command.C @@ -2475,10 +2475,8 @@ void ShadeXImage(rxvt_term *term, XImage* srcImage, int shade, int rm, int gm, i int rxvt_term::check_our_parents () { -#if TRANSPARENT || ENABLE_PERL check_our_parents_ev.stop (); check_our_parents_ev.start (NOW + .1); -#endif return 0; } diff --git a/src/rxvt.h b/src/rxvt.h index b6fcaa8f..1e6bd6a9 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1102,6 +1102,7 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { 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 @@ -1231,7 +1232,6 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { 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);