]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1286 v7.3.1286
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2013 19:43:08 +0000 (21:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2013 19:43:08 +0000 (21:43 +0200)
Problem:    Check for screen size missing for Athena and Motif.
Solution:   Add call to limit_screen_size().

src/gui_x11.c
src/version.c

index 41fcbde2bb83919ecbc355957d11e5456d70dc3c..f09d1a0c364aea1765f6be78a7aad98b36090d81 100644 (file)
@@ -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
index 8f7905b31b80e92234dd59438f94e01d41d0d0fa..d73254f5c5ebbd200ddd01f996d2b2bcd96a5190 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1286,
 /**/
     1285,
 /**/