commit | 12bc1b5c9fa6b68993ac20a211529ff459523ada | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:44:45 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:44:45 2011 +0200 |
tree | 02d7543ba90767aec4bf3f077b6d3e174bfe4869 | |
parent | 17fb0e891a0aee09a2c27660eb0ea489520aaa56 [diff] [blame] |
updated for version 7.3.279 Problem: With GTK, when gvim is full-screen and a tab is opened and using a specific monitor configuration the window is too big. Solution: Adjust the window size like on MS-Windows. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index e009b85..8ef4fac 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 279, +/**/ 278, /**/ 277,