summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vivante_accel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vivante_accel.c b/src/vivante_accel.c
index 3ffa6b8..72bf804 100644
--- a/src/vivante_accel.c
+++ b/src/vivante_accel.c
@@ -683,7 +683,8 @@ Bool vivante_accel_PutImage(DrawablePtr pDrawable, GCPtr pGC, int depth,
goto unmap;
}
- /* No need to load the brush here - the blit copy doesn't use it. */
+ x += pDrawable->x;
+ y += pDrawable->y;
total.x1 = x;
total.y1 = y;