projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93168f3
)
*** empty log message ***
author
ayin
<ayin>
Sun, 10 Jun 2007 15:16:15 +0000
(15:16 +0000)
committer
ayin
<ayin>
Sun, 10 Jun 2007 15:16:15 +0000
(15:16 +0000)
src/main.C
patch
|
blob
|
history
src/rxvt.h
patch
|
blob
|
history
diff --git
a/src/main.C
b/src/main.C
index 4dd99b67911cffd588e1b29b0b25733c35f68e86..871f4401e75a082d56eb96bbcd4f213b95eaeaee 100644
(file)
--- 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 3e261d587af6274fc246c5c2fa90f2b40bf13943..b6fcaa8fa6a4d7699573b0ef9aa3eeb21d442938 100644
(file)
--- 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