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.
This commit is contained in:
parent
133edff1b4
commit
51eb6c83a3
|
@ -119,6 +119,7 @@ shadowDamageBox (WindowPtr pWindow, BoxPtr pBox)
|
||||||
|
|
||||||
REGION_INIT (pWindow->drawable.pScreen, ®ion, pBox, 1);
|
REGION_INIT (pWindow->drawable.pScreen, ®ion, pBox, 1);
|
||||||
shadowDamageRegion (pWindow, ®ion);
|
shadowDamageRegion (pWindow, ®ion);
|
||||||
|
REGION_UNINIT (pWindow->drawable.pScreen, ®ion);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue