diff options
Diffstat (limited to 'miext')
-rw-r--r-- | miext/shadow/shadow.c | 1 |
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, ®ion, pBox, 1); shadowDamageRegion (pWindow, ®ion); + REGION_UNINIT (pWindow->drawable.pScreen, ®ion); } static void |