From 3d28844b1447e28b022f0bc548804527a6f008d9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Jan 2007 15:06:54 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 ++ doc/rxvt.1.pod | 6 +++--- src/command.C | 2 ++ src/xdefaults.C | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index f692d58b..697e61b2 100644 --- a/Changes +++ b/Changes @@ -36,6 +36,8 @@ TODO: fix rounding of colors when !xft (#aaaaaa => #a9a900) (do not use correct, (patch by Moshe Kamensky). - use perl:matcher on a keysym to open most recently displayed URL. - with matcher, when multiple patterns match, last wins, not first. + - exg suggested commenting out a call to check_our_parents, speeding + up tint-style pseudo transparency a lot. 8.1 Thu Dec 7 22:27:25 CET 2006 - ケリスマスプレゼント - zomg!!1, it's too early!!! diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 00921990..a1bcfb7c 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -146,7 +146,7 @@ I. Example: I Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image in addition to tinting it (i.e. B<-tint> must be -specified, too, e.g. C<-tint white>). +specified, too, e.g. C<-tint white>); resource I. =item B<-bg> I @@ -622,8 +622,8 @@ B<-tint>. =item B I -Darken (0 .. 100) or lighten (-1 .. -100) the transparent background -image in addition to tinting it. +Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image +in addition to tinting it; option B<-sh>. =item B I diff --git a/src/command.C b/src/command.C index 384d3e72..3673d759 100644 --- a/src/command.C +++ b/src/command.C @@ -1484,8 +1484,10 @@ rxvt_term::x_cb (XEvent &ev) HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); #ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */ +#if 0 if (OPTION (Opt_transparent)) check_our_parents (); +#endif #endif } break; diff --git a/src/xdefaults.C b/src/xdefaults.C index b728b211..ff1fe4cd 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -119,7 +119,7 @@ optList[] = { STRG (Rs_color + Color_fade, "fadeColor", "fadecolor", "color", "target color for off-focus fading"), #endif #if TINTING - STRG (Rs_shade, "shading", "sh", "%", "shade background by x% when tinting."), + STRG (Rs_shade, "shading", "sh", "%", "shade background by x % when tinting."), #endif BOOL (Rs_utmpInhibit, "utmpInhibit", "ut", Opt_utmpInhibit, "utmp inhibit"), #ifndef NO_BELL -- 2.34.1