summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-09-13 15:28:29 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-09-13 15:28:29 +0000
commit51eb6c83a3b2721703ca50758853bbf9f99fc4d2 (patch)
treec6debc0afce84e32c07a02a36c98cab2782cfb06 /miext
parent133edff1b499b2c794fcc9a1860c1b5526b58869 (diff)
Tue Sep 13 11:27:05 2005 S%Gï¿¿%@ren Sandmann <sandmann@redhat.com>
* programs/Xserver/miext/shadow/shadow.c (shadowDamageBox): Add missing REGION_UNINIT.
Diffstat (limited to 'miext')
-rw-r--r--miext/shadow/shadow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miext/shadow/shadow.c b/miext/shadow/shadow.c
index 46ddfbb6c..92cb5e980 100644
--- a/miext/shadow/shadow.c
+++ b/miext/shadow/shadow.c
@@ -119,6 +119,7 @@ shadowDamageBox (WindowPtr pWindow, BoxPtr pBox)
REGION_INIT (pWindow->drawable.pScreen, &region, pBox, 1);
shadowDamageRegion (pWindow, &region);
+ REGION_UNINIT (pWindow->drawable.pScreen, &region);
}
static void