diff options
Diffstat (limited to 'tests/scrolling-performance.c')
-rw-r--r-- | tests/scrolling-performance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrolling-performance.c b/tests/scrolling-performance.c index 4f195958ac..ed6d0175bf 100644 --- a/tests/scrolling-performance.c +++ b/tests/scrolling-performance.c @@ -126,7 +126,7 @@ main (int argc, char **argv) gtk_init (); - window = gtk_window_new (GTK_WINDOW_TOPLEVEL); + window = gtk_window_new (); frame_stats_ensure (GTK_WINDOW (window)); gtk_window_set_default_size (GTK_WINDOW (window), 800, 600); |