diff options
Diffstat (limited to 'test/utils.h')
-rw-r--r-- | test/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/utils.h b/test/utils.h new file mode 100644 index 0000000..bc110d8 --- /dev/null +++ b/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); |