From 3f2546b2ef55b661fd8dd69682b38992225e86f6 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 01:17:54 +0100 Subject: Initial import of qemu-2.4.1 --- pixman/demos/gtk-utils.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pixman/demos/gtk-utils.h (limited to 'pixman/demos/gtk-utils.h') diff --git a/pixman/demos/gtk-utils.h b/pixman/demos/gtk-utils.h new file mode 100644 index 00000000..36be4def --- /dev/null +++ b/pixman/demos/gtk-utils.h @@ -0,0 +1,15 @@ +#include +#include +#include +#include +#include "pixman.h" + +void show_image (pixman_image_t *image); + +pixman_image_t * +pixman_image_from_file (const char *filename, pixman_format_code_t format); + +GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits, + int width, + int height, + int stride); -- cgit v1.2.3