06b805d
From 6a39049e34eeefeeb821970d83e1994870af8f3e Mon Sep 17 00:00:00 2001
494b014
From: Adam Jackson <ajax@redhat.com>
06b805d
Date: Thu, 1 Nov 2007 14:56:25 -0400
06b805d
Subject: [PATCH] Don't backfill bg=None windows in Composite.
1986f25
494b014
---
06b805d
 composite/compalloc.c |    2 ++
06b805d
 1 files changed, 2 insertions(+), 0 deletions(-)
06b805d
06b805d
diff --git a/composite/compalloc.c b/composite/compalloc.c
06b805d
index 006e808..67d830d 100644
06b805d
--- a/composite/compalloc.c
06b805d
+++ b/composite/compalloc.c
06b805d
@@ -478,6 +478,7 @@ compNewPixmap (WindowPtr pWin, int x, int y, int w, int h)
06b805d
 	 * Copy bits from the parent into the new pixmap so that it will
06b805d
 	 * have "reasonable" contents in case for background None areas.
06b805d
 	 */
Kristian Høgsberg d470a6c
+#if 0
06b805d
 	if (pGC)
06b805d
 	{
06b805d
 	    XID val = IncludeInferiors;
06b805d
@@ -492,6 +493,7 @@ compNewPixmap (WindowPtr pWin, int x, int y, int w, int h)
06b805d
 				   w, h, 0, 0);
06b805d
 	    FreeScratchGC (pGC);
06b805d
 	}
Kristian Høgsberg d470a6c
+#endif
06b805d
     }
06b805d
     else
06b805d
     {
06b805d
-- 
06b805d
1.5.3.4
06b805d