diff options
Diffstat (limited to 'testsuite/gdk/cursor.c')
-rw-r--r-- | testsuite/gdk/cursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gdk/cursor.c b/testsuite/gdk/cursor.c index 5ae3bc064e..ec2997a600 100644 --- a/testsuite/gdk/cursor.c +++ b/testsuite/gdk/cursor.c @@ -1,4 +1,4 @@ -#include <gdk/gdk.h> +#include <gtk/gtk.h> static char *cursor_names[] = { "none", @@ -76,7 +76,7 @@ main (int argc, char *argv[]) char *test_name; g_test_init (&argc, &argv, NULL); - gdk_init (NULL, NULL); + gtk_init (); for (i = 0; i < G_N_ELEMENTS (cursor_names); i++) { |