From: root Date: Sat, 13 Jan 2007 15:26:56 +0000 (+0000) Subject: thanks for mentioning this on time X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9862e04c73d7135a69f3239f170e5bffd65309b7;p=dana%2Furxvt.git thanks for mentioning this on time --- diff --git a/Changes b/Changes index 697e61b2..f692d58b 100644 --- a/Changes +++ b/Changes @@ -36,8 +36,6 @@ 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/src/command.C b/src/command.C index 3673d759..b5e0be9f 100644 --- a/src/command.C +++ b/src/command.C @@ -1483,11 +1483,9 @@ 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 +#ifdef TRANSPARENT if (OPTION (Opt_transparent)) check_our_parents (); -#endif #endif } break;