summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-10-18 14:18:07 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-09-03 13:47:06 -0400
commit1a4bfab9cf982e9aaba8a37cf1336b0245da3e2d (patch)
treef9735a101e179de13bd6cba5d49aad262acff47a
parent57ee82af6fbfb471b972d4dfcad33ba415701b38 (diff)
downloadlibrsvg-1a4bfab9cf982e9aaba8a37cf1336b0245da3e2d.tar.gz
Require at least version 3.2 of GTK+
-rw-r--r--configure.in2
-rw-r--r--test-display.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index a0a428cd..e39b88ac 100644
--- a/configure.in
+++ b/configure.in
@@ -37,7 +37,7 @@ LIBXML_REQUIRED=2.7.0
CAIRO_REQUIRED=1.2.0
PANGOCAIRO_REQUIRED=1.32.6
GDK_PIXBUF_REQUIRED=1.3.7
-GTK3_REQUIRED=3.0.0
+GTK3_REQUIRED=3.2.0
CROCO_REQUIRED=0.6.1
# ===========================================================================
diff --git a/test-display.c b/test-display.c
index e54bcfe7..7223126f 100644
--- a/test-display.c
+++ b/test-display.c
@@ -516,11 +516,7 @@ populate_window (GtkWidget * win,
GtkRequisition requisition;
gint img_width, img_height;
-#if GTK_CHECK_VERSION (3, 2, 0)
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
-#else
- vbox = gtk_vbox_new (FALSE, 0);
-#endif
gtk_container_add (GTK_CONTAINER (win), vbox);
/* pack the window with the image */