]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-pixman.h
qemu-tech.texi: update implemented xtensa features list
[mirror_qemu.git] / qemu-pixman.h
index 783a39252e98f5e6ebd0772747c481af29620ad0..bee55eb7da4bacd51ee720d3ddcae8ddd62906ea 100644 (file)
@@ -32,6 +32,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 */