commit | 7be9b50fd7e238722c9ba5c0ef1d2a7e7e52b9e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 18:45:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 18:45:26 2017 +0200 |
tree | f1a9c077e1846b5926b91b8221edc7fb0c12797f | |
parent | 5b5adf5b9cd226d775643872e65c62674d6ada95 [diff] [blame] |
patch 8.0.1084: GTK build has compiler warnings Problem: GTK build has compiler warnings. (Christian Brabandt) Solution: Get screen size with a different function. (Ken Takata, Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 8c610b7..acf6e29 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1084, +/**/ 1083, /**/ 1082,