summaryrefslogtreecommitdiff
path: root/miext/shadow/shplanar8.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2006-01-23 13:59:14 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2006-01-23 13:59:14 +0000
commit9148d8700b7c5afc2644e5820c57c509378f93ce (patch)
tree70cb66a7937469968c030c74d9e8e554ca300211 /miext/shadow/shplanar8.c
parentcfd3988ed906ab48ca4362256f8dbb8852d7ca0a (diff)
Commit slight variation of bug #5460 which is the merge of the new shadow
code from kdrive.
Diffstat (limited to 'miext/shadow/shplanar8.c')
-rw-r--r--miext/shadow/shplanar8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/shadow/shplanar8.c b/miext/shadow/shplanar8.c
index f1d87dc50..fc45a8086 100644
--- a/miext/shadow/shplanar8.c
+++ b/miext/shadow/shplanar8.c
@@ -92,7 +92,7 @@ void
shadowUpdatePlanar4x8 (ScreenPtr pScreen,
shadowBufPtr pBuf)
{
- RegionPtr damage = &pBuf->damage;
+ RegionPtr damage = shadowDamage (pBuf);
PixmapPtr pShadow = pBuf->pPixmap;
int nbox = REGION_NUM_RECTS (damage);
BoxPtr pbox = REGION_RECTS (damage);