diff options
Diffstat (limited to 'src/vivante_accel.c')
-rw-r--r-- | src/vivante_accel.c | 3 |
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; |