thanks for mentioning this on time
authorroot <root>
Sat, 13 Jan 2007 15:26:56 +0000 (15:26 +0000)
committerroot <root>
Sat, 13 Jan 2007 15:26:56 +0000 (15:26 +0000)
Changes
src/command.C

diff --git a/Changes b/Changes
index 697e61b245cbc8e3652d3e6ecd26ebfc13590d2a..f692d58b807904f27a05b76503fa0671a7f04146 100644 (file)
--- 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!!!
index 3673d75936319e368ebe42ee005a240c7002eb95..b5e0be9fe93fef4dbf10e5d96357bfedfb3f3d44 100644 (file)
@@ -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;