From 9892189d2e7ab94b750f99e6da4cbfc3c8014517 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 23 Feb 2016 17:14:37 +0100 Subject: patch 7.4.1402 Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama) --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 8e115f5f16..fd45c7332b 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -460,3 +460,6 @@ /* Define if GResource is used to load icons */ #undef USE_GRESOURCE + +/* Define if GTK+ GUI is to be linked against GTK+ 3 */ +#undef USE_GTK3 -- cgit v1.2.3