*** empty log message ***
authorayin <ayin>
Mon, 11 Jun 2007 13:33:34 +0000 (13:33 +0000)
committerayin <ayin>
Mon, 11 Jun 2007 13:33:34 +0000 (13:33 +0000)
src/command.C
src/rxvt.h

index 770198e2854900a2b4501e9d2f64bd7d250897a8..c76806479accd772258bb2aa842b102c721afe8f 100644 (file)
@@ -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;
 }
 
index b6fcaa8fa6a4d7699573b0ef9aa3eeb21d442938..1e6bd6a993e27b8439e26b9f3d90df38d8a42591 100644 (file)
@@ -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);