commit | 36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 18:55:46 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 18:55:46 2015 +0100 |
tree | 77faf338e0f4e46d4d80c20781c6a08124b40ce7 | |
parent | 4e5a31c8b3e259605f4d8543aaae68578cf9b0d7 [diff] [blame] |
patch 7.4.995 Problem: gdk_pixbuf_new_from_inline() is deprecated. Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu, closes #507)
diff --git a/src/config.h.in b/src/config.h.in index e8d6183..e92cc5e 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -452,3 +452,6 @@ /* Define if Xutf8SetWMProperties() is in an X library. */ #undef HAVE_XUTF8SETWMPROPERTIES + +/* Define if GResource is used to load icons */ +#undef USE_GRESOURCE