sna: Yet another s/x/y/ typo

Every time I do a transformation into pixmap space I like to include one
of these copy'n'paste errors.

Reported-by: Paul Neumann <paul104x@yahoo.de>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40850
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-09-14 17:45:41 +01:00
parent 4d4aca21fd
commit 3565c48c4b
1 changed files with 1 additions and 1 deletions

View File

@ -1042,7 +1042,7 @@ sna_put_image_blt(DrawablePtr drawable, GCPtr gc, RegionPtr region,
get_drawable_deltas(drawable, pixmap, &dx, &dy);
x += dx + drawable->x;
y += dx + drawable->y;
y += dy + drawable->y;
DBG(("%s: upload(%d, %d, %d, %d)\n", __FUNCTION__, x, y, w, h));