From 7af5312bd45f92fbf1b76ba7293decd50cd79864 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 1 Jul 2013 21:43:08 +0200 Subject: [PATCH] updated for version 7.3.1286 Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size(). --- src/gui_x11.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/gui_x11.c b/src/gui_x11.c index 41fcbde2bb..f09d1a0c36 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -1431,6 +1431,7 @@ gui_mch_init() p_window = h - 1; Rows = h; } + limit_screen_size(); /* * Set the (x,y) position of the main window only if specified in the * users geometry, so we get good defaults when they don't. This needs diff --git a/src/version.c b/src/version.c index 8f7905b31b..d73254f5c5 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1286, /**/ 1285, /**/