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:
Søren Sandmann Pedersen 2005-09-13 15:28:29 +00:00
parent 133edff1b4
commit 51eb6c83a3

View File

@ -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