summaryrefslogtreecommitdiff
path: root/tests/syncscroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syncscroll.c')
-rw-r--r--tests/syncscroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/syncscroll.c b/tests/syncscroll.c
index d33b6ab850..715fc0ae32 100644
--- a/tests/syncscroll.c
+++ b/tests/syncscroll.c
@@ -22,7 +22,7 @@ main (int argc, char *argv[])
gtk_init ();
- win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ win = gtk_window_new ();
gtk_window_set_default_size (GTK_WINDOW (win), 640, 480);
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 5);