From: ayin Date: Sun, 10 Jun 2007 15:16:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d5ec2586d5154fd72fd7e73a8a43d01ec51411ed;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/main.C b/src/main.C index 4dd99b67..871f4401 100644 --- a/src/main.C +++ b/src/main.C @@ -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 diff --git a/src/rxvt.h b/src/rxvt.h index 3e261d58..b6fcaa8f 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -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