diff options
Diffstat (limited to 'pixman/test/utils.h')
-rw-r--r-- | pixman/test/utils.h | 6 |
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); |