Fix previous cherry pick for API changes
This commit is contained in:
parent
8767fc8d47
commit
aab73d719a
|
@ -771,7 +771,7 @@ damageAddTraps (PicturePtr pPicture,
|
||||||
}
|
}
|
||||||
unwrap (pScrPriv, ps, AddTraps);
|
unwrap (pScrPriv, ps, AddTraps);
|
||||||
(*ps->AddTraps) (pPicture, x_off, y_off, ntrap, traps);
|
(*ps->AddTraps) (pPicture, x_off, y_off, ntrap, traps);
|
||||||
damageReportPostOp (pPicture->pDrawable);
|
damageRegionProcessPending (pPicture->pDrawable);
|
||||||
wrap (pScrPriv, ps, AddTraps, damageAddTraps);
|
wrap (pScrPriv, ps, AddTraps, damageAddTraps);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue