[librsvg] Require at least version 3.2 of GTK+
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Require at least version 3.2 of GTK+
- Date: Tue, 3 Sep 2013 17:48:25 +0000 (UTC)
commit 1a4bfab9cf982e9aaba8a37cf1336b0245da3e2d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Oct 18 14:18:07 2012 -0400
Require at least version 3.2 of GTK+
configure.in | 2 +-
test-display.c | 4 ----
2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index a0a428c..e39b88a 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 e54bcfe..7223126 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]