summaryrefslogtreecommitdiff
path: root/uxa/uxa-render.c
diff options
context:
space:
mode:
Diffstat (limited to 'uxa/uxa-render.c')
-rw-r--r--uxa/uxa-render.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uxa/uxa-render.c b/uxa/uxa-render.c
index 107233bb..12705660 100644
--- a/uxa/uxa-render.c
+++ b/uxa/uxa-render.c
@@ -1082,6 +1082,7 @@ try_solid:
/* XXX xserver-1.8: CompositeRects is not tracked by Damage, so we must
* manually append the damaged regions ourselves.
*/
+ pixman_region_translate(&region, -dst_x, -dst_y);
DamageRegionAppend(dst->pDrawable, &region);
pixman_region_fini(&region);