summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-11-03 19:04:23 +0100
committerBastien Nocera <hadess@hadess.net>2014-11-18 19:41:01 +0100
commitf3fabf8d4d4835515dc2c1582ef2362f29f57ca0 (patch)
tree41d439365fa6c85b0afc03c5228fd59506d0d5b8 /tests/test-common.h
parent4f5da4dff05e75c2fc12367d8a5fc237a76749ec (diff)
downloadgdk-pixbuf-f3fabf8d4d4835515dc2c1582ef2362f29f57ca0.tar.gz
tests: Move pixdata_equal() to helpers
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index 32ff35a60..179d5cb1e 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -23,10 +23,12 @@
#ifndef __TEST_COMMON_H__
#include <glib.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
G_BEGIN_DECLS
gboolean format_supported (const gchar *filename);
+gboolean pixdata_equal (GdkPixbuf *p1, GdkPixbuf *p2);
G_END_DECLS