From 4ac4a5b7ce8cc8f195d69a42da10d386eaa5c056 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 20 Nov 2009 13:20:24 +0000 Subject: Update to pixman-0.17.2 --- pixman/test/gtk-utils.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pixman/test/gtk-utils.h (limited to 'pixman/test/gtk-utils.h') diff --git a/pixman/test/gtk-utils.h b/pixman/test/gtk-utils.h new file mode 100644 index 000000000..2cb13bcf0 --- /dev/null +++ b/pixman/test/gtk-utils.h @@ -0,0 +1,13 @@ +#include +#include +#include +#include +#include "pixman.h" + +void show_image (pixman_image_t *image); + +GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits, + gboolean has_alpha, + int width, + int height, + int stride); -- cgit v1.2.3