summaryrefslogtreecommitdiff
path: root/testsuite/gdk/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gdk/seat.c')
-rw-r--r--testsuite/gdk/seat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gdk/seat.c b/testsuite/gdk/seat.c
index 326b70dc89..8fadb82a6f 100644
--- a/testsuite/gdk/seat.c
+++ b/testsuite/gdk/seat.c
@@ -1,4 +1,4 @@
-#include <gdk/gdk.h>
+#include <gtk/gtk.h>
static void
test_list_seats (void)
@@ -109,7 +109,7 @@ main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
- gdk_init (NULL, NULL);
+ gtk_init ();
g_test_bug_base ("http://bugzilla.gnome.org/");