summaryrefslogtreecommitdiff
path: root/tests/testxinerama.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testxinerama.c')
-rw-r--r--tests/testxinerama.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testxinerama.c b/tests/testxinerama.c
index e41752aabf..8ecca105fd 100644
--- a/tests/testxinerama.c
+++ b/tests/testxinerama.c
@@ -109,7 +109,7 @@ main (int argc, char *argv[])
primary_monitor);
gtk_label_set_markup (GTK_LABEL (label), str);
g_free (str);
- vbox = gtk_vbox_new (TRUE, 1);
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, TRUE, 1);
gtk_container_add (GTK_CONTAINER (window), vbox);
gtk_container_add (GTK_CONTAINER (vbox), label);
button = gtk_button_new_with_label ("Query current monitor");