]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-244 v7.1.244
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Feb 2008 16:33:58 +0000 (16:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Feb 2008 16:33:58 +0000 (16:33 +0000)
src/gui.c
src/version.c

index 4bae5015ddf701bf271a75653a46edbe35c2a6ec..1524e1bb12af051ef91128e3ad6d7a656fb83014 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -1294,11 +1294,7 @@ again:
     out_flush();
 
     gui.num_cols = (pixel_width - gui_get_base_width()) / gui.char_width;
-    gui.num_rows = (pixel_height - gui_get_base_height()
-#if !defined(FEAT_GUI_PHOTON) && !defined(FEAT_GUI_MSWIN)
-                                   + (gui.char_height / 2)
-#endif
-                                       ) / gui.char_height;
+    gui.num_rows = (pixel_height - gui_get_base_height()) / gui.char_height;
 
     gui_position_components(pixel_width);
 
index 3059f3fabc0487ab9fd992c6bd3f9f74653f0ddf..378d378b178e0d4a2d80afae8bc1bf9e552347f5 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    244,
 /**/
     243,
 /**/