diff src/gui_x11.c @ 5086:6ddc1785c4ff v7.3.1286

updated for version 7.3.1286 Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 21:43:08 +0200
parents 6f7ed9b799a3
children ba9a11fe2563
line wrap: on
line diff
--- 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