diff --git a/src/gui.c b/src/gui.c index 413e1a4e30..55e841f32c 100644 --- a/src/gui.c +++ b/src/gui.c @@ -905,13 +905,7 @@ gui_init_font(font_list, fontset) # endif gui_mch_set_font(gui.norm_font); #endif - gui_set_shellsize(FALSE, -#ifdef MSWIN - TRUE -#else - FALSE -#endif - , RESIZE_BOTH); + gui_set_shellsize(FALSE, TRUE, RESIZE_BOTH); } return ret; diff --git a/src/version.c b/src/version.c index 607c55abc3..4bbb325c65 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 717, /**/ 716, /**/