summary refs log tree commit diff stats
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, 2 insertions, 0 deletions
diff --git a/qemu-pixman.h b/qemu-pixman.h
index 7652c41277..e267d73683 100644
--- a/qemu-pixman.h
+++ b/qemu-pixman.h
@@ -27,6 +27,8 @@ 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);
+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);
 
 #endif /* QEMU_PIXMAN_H */