summaryrefslogtreecommitdiff
path: root/testsuite/gdk/cairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gdk/cairo.c')
-rw-r--r--testsuite/gdk/cairo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gdk/cairo.c b/testsuite/gdk/cairo.c
index 77be879c97..071ca33767 100644
--- a/testsuite/gdk/cairo.c
+++ b/testsuite/gdk/cairo.c
@@ -1,4 +1,4 @@
-#include <gdk/gdk.h>
+#include <gtk/gtk.h>
static void
test_set_source_big_pixbuf (void)
@@ -32,7 +32,7 @@ int
main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
- gdk_init (&argc, &argv);
+ gtk_init ();
g_test_add_func ("/drawing/set-source-big-pixbuf", test_set_source_big_pixbuf);