aboutsummaryrefslogtreecommitdiff
path: root/pixman/test/utils.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-25 15:41:56 +0000
committermarha <marha@users.sourceforge.net>2009-07-25 15:41:56 +0000
commit4b195776d5fb64e83a4e56627367d8e9ea10cbf7 (patch)
treeaa09d8e4f20fe439598711149b209a6ef45f5b0c /pixman/test/utils.h
parent2fb179f86b0f9ecb7876759b87f9c64634a3f114 (diff)
downloadvcxsrv-4b195776d5fb64e83a4e56627367d8e9ea10cbf7.tar.gz
vcxsrv-4b195776d5fb64e83a4e56627367d8e9ea10cbf7.tar.bz2
vcxsrv-4b195776d5fb64e83a4e56627367d8e9ea10cbf7.zip
Added pixman-0.15.18.tar.gz
Diffstat (limited to 'pixman/test/utils.h')
-rw-r--r--pixman/test/utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pixman/test/utils.h b/pixman/test/utils.h
new file mode 100644
index 000000000..bc110d847
--- /dev/null
+++ b/pixman/test/utils.h
@@ -0,0 +1,6 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <glib.h>
+#include "pixman.h"
+
+void show_image (pixman_image_t *image);