aboutsummaryrefslogtreecommitdiff
path: root/qemu-pixman.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-pixman.h')
-rw-r--r--qemu-pixman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-pixman.h b/qemu-pixman.h
index bee55eb7da..3c05c83a7c 100644
--- a/qemu-pixman.h
+++ b/qemu-pixman.h
@@ -31,7 +31,7 @@ pixman_format_code_t qemu_pixman_get_format(PixelFormat *pf);
pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format,
int width);
void qemu_pixman_linebuf_fill(pixman_image_t *linebuf, pixman_image_t *fb,
- int width, int y);
+ int width, int x, int y);
pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format,
pixman_image_t *image);
void qemu_pixman_image_unref(pixman_image_t *image);