diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-23 13:20:59 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-23 13:20:59 -0400 |
commit | aab73d719a8de6b830e47c7f47860b7990ea8d03 (patch) | |
tree | 72d0da7b65e70ce65818f115156359547767ffc4 /miext | |
parent | 8767fc8d47276c7489ae50dd556a446a462776ea (diff) |
Fix previous cherry pick for API changes
Diffstat (limited to 'miext')
-rw-r--r-- | miext/damage/damage.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |