*** empty log message ***
authorayin <ayin>
Sun, 10 Jun 2007 15:16:15 +0000 (15:16 +0000)
committerayin <ayin>
Sun, 10 Jun 2007 15:16:15 +0000 (15:16 +0000)
src/main.C
src/rxvt.h

index 4dd99b67911cffd588e1b29b0b25733c35f68e86..871f4401e75a082d56eb96bbcd4f213b95eaeaee 100644 (file)
@@ -152,6 +152,8 @@ rxvt_term::rxvt_term ()
     :
 #if TRANSPARENT || ENABLE_PERL
     rootwin_ev (this, &rxvt_term::rootwin_cb),
+#endif
+#if TRANSPARENT
     check_our_parents_ev(this, &rxvt_term::check_our_parents_cb),
 #endif
 #ifdef HAVE_SCROLLBARS
index 3e261d587af6274fc246c5c2fa90f2b40bf13943..b6fcaa8fa6a4d7699573b0ef9aa3eeb21d442938 100644 (file)
@@ -1100,6 +1100,8 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
 #if TRANSPARENT || ENABLE_PERL
   void rootwin_cb (XEvent &xev);
   xevent_watcher rootwin_ev;
+#endif
+#if TRANSPARENT
   void check_our_parents_cb (time_watcher &w);
   time_watcher check_our_parents_ev;
 #endif