[PATCH 10/30] mi: Stop setting resized for nothing.

Cyril Brulebois kibi at debian.org
Fri May 20 08:35:20 PDT 2011


Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
 mi/mivaltree.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/mi/mivaltree.c b/mi/mivaltree.c
index 0e00c2f..e1d47c0 100644
--- a/mi/mivaltree.c
+++ b/mi/mivaltree.c
@@ -223,7 +223,6 @@ miComputeClips (
     RegionRec		childUnion;
     Bool		overlap;
     RegionPtr		borderVisible;
-    Bool		resized;
     /*
      * Figure out the new visibility of this window.
      * The extent of the universe should be the same as the extent of
@@ -378,7 +377,6 @@ miComputeClips (
     }
 
     borderVisible = pParent->valdata->before.borderVisible;
-    resized = pParent->valdata->before.resized;
     RegionNull(&pParent->valdata->after.borderExposed);
     RegionNull(&pParent->valdata->after.exposed);
 
-- 
1.7.5.1



More information about the xorg-devel mailing list