summaryrefslogtreecommitdiff
path: root/tests/testkineticscrolling.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testkineticscrolling.c')
-rw-r--r--tests/testkineticscrolling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testkineticscrolling.c b/tests/testkineticscrolling.c
index 46365bd271..eaac76cbe0 100644
--- a/tests/testkineticscrolling.c
+++ b/tests/testkineticscrolling.c
@@ -37,7 +37,7 @@ kinetic_scrolling (void)
GdkContentFormats *targets;
gint i;
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ window = gtk_window_new ();
gtk_window_set_default_size (GTK_WINDOW (window), 400, 400);
g_signal_connect (window, "destroy", G_CALLBACK (quit_cb), &done);