commit | 25328e39d2a6e3ded82bf282a2e248ce7209f1b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 11 21:30:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 11 21:30:09 2018 +0200 |
tree | a60cc0fc5c4379c8d5bd0c35c89e3bc200611898 | |
parent | 84d9390480548c8d711dd772cb162a91d0bb3c30 [diff] [blame] |
patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails Problem: GTK code has too many #ifdefs and building fails with GTK 2.10. Solution: Always use gtk_widget_get_window() and define it for older GTK versions. (Ken Takata, closes #3421)
diff --git a/src/version.c b/src/version.c index 3e86c40..48cd6d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 368, +/**/ 367, /**/ 366,