summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-23 13:20:59 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-23 13:20:59 -0400
commitaab73d719a8de6b830e47c7f47860b7990ea8d03 (patch)
tree72d0da7b65e70ce65818f115156359547767ffc4 /miext
parent8767fc8d47276c7489ae50dd556a446a462776ea (diff)
Fix previous cherry pick for API changes
Diffstat (limited to 'miext')
-rw-r--r--miext/damage/damage.c2
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