From aab73d719a8de6b830e47c7f47860b7990ea8d03 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 23 Oct 2008 13:20:59 -0400 Subject: Fix previous cherry pick for API changes --- miext/damage/damage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miext') diff --git a/miext/damage/damage.c b/miext/damage/damage.c index 471fcc59f..fa2f27997 100644 --- a/miext/damage/damage.c +++ b/miext/damage/damage.c @@ -771,7 +771,7 @@ damageAddTraps (PicturePtr pPicture, } unwrap (pScrPriv, ps, AddTraps); (*ps->AddTraps) (pPicture, x_off, y_off, ntrap, traps); - damageReportPostOp (pPicture->pDrawable); + damageRegionProcessPending (pPicture->pDrawable); wrap (pScrPriv, ps, AddTraps, damageAddTraps); } #endif -- cgit v1.2.3