commit | 92cbf62b872c2cfccb2fe4f9c46881c69d488c8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 19 22:40:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 19 22:40:03 2018 +0200 |
tree | b924a268efaddf20a73c164456195ed24a8122bd | |
parent | cec12cd661bd4b2e02a65879c08020448ee345cd [diff] [blame] |
patch 8.1.0412: cannot build with GTK 2.4 Problem: Cannot build with GTK 2.4. Solution: Add back a few #ifdefs. (Ken Takata, closes #3447) Also support older GTK. (Tom Christensen)
diff --git a/src/version.c b/src/version.c index e6cb7ba..4631f24 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 412, +/**/ 411, /**/ 410,