summaryrefslogtreecommitdiff
path: root/tests/animated-revealing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/animated-revealing.c')
-rw-r--r--tests/animated-revealing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/animated-revealing.c b/tests/animated-revealing.c
index e7f97832ef..a7a4d57674 100644
--- a/tests/animated-revealing.c
+++ b/tests/animated-revealing.c
@@ -49,7 +49,7 @@ main(int argc, char **argv)
gtk_init ();
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ window = gtk_window_new ();
g_signal_connect (window, "destroy", G_CALLBACK (quit_cb), &done);
frame_stats_ensure (GTK_WINDOW (window));