|
Karsten Hopp |
c2c36e |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
c2c36e |
Subject: Patch 7.3.1286
|
|
Karsten Hopp |
c2c36e |
Fcc: outbox
|
|
Karsten Hopp |
c2c36e |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
c2c36e |
Mime-Version: 1.0
|
|
Karsten Hopp |
c2c36e |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
c2c36e |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
c2c36e |
------------
|
|
Karsten Hopp |
c2c36e |
|
|
Karsten Hopp |
c2c36e |
Patch 7.3.1286
|
|
Karsten Hopp |
c2c36e |
Problem: Check for screen size missing for Athena and Motif.
|
|
Karsten Hopp |
c2c36e |
Solution: Add call to limit_screen_size().
|
|
Karsten Hopp |
c2c36e |
Files: src/gui_x11.c
|
|
Karsten Hopp |
c2c36e |
|
|
Karsten Hopp |
c2c36e |
|
|
Karsten Hopp |
c2c36e |
*** ../vim-7.3.1285/src/gui_x11.c 2013-06-13 21:57:16.000000000 +0200
|
|
Karsten Hopp |
c2c36e |
--- src/gui_x11.c 2013-06-30 17:39:30.000000000 +0200
|
|
Karsten Hopp |
c2c36e |
***************
|
|
Karsten Hopp |
c2c36e |
*** 1431,1436 ****
|
|
Karsten Hopp |
c2c36e |
--- 1431,1437 ----
|
|
Karsten Hopp |
c2c36e |
p_window = h - 1;
|
|
Karsten Hopp |
c2c36e |
Rows = h;
|
|
Karsten Hopp |
c2c36e |
}
|
|
Karsten Hopp |
c2c36e |
+ limit_screen_size();
|
|
Karsten Hopp |
c2c36e |
/*
|
|
Karsten Hopp |
c2c36e |
* Set the (x,y) position of the main window only if specified in the
|
|
Karsten Hopp |
c2c36e |
* users geometry, so we get good defaults when they don't. This needs
|
|
Karsten Hopp |
c2c36e |
*** ../vim-7.3.1285/src/version.c 2013-07-01 21:24:40.000000000 +0200
|
|
Karsten Hopp |
c2c36e |
--- src/version.c 2013-07-01 21:26:47.000000000 +0200
|
|
Karsten Hopp |
c2c36e |
***************
|
|
Karsten Hopp |
c2c36e |
*** 730,731 ****
|
|
Karsten Hopp |
c2c36e |
--- 730,733 ----
|
|
Karsten Hopp |
c2c36e |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
c2c36e |
+ /**/
|
|
Karsten Hopp |
c2c36e |
+ 1286,
|
|
Karsten Hopp |
c2c36e |
/**/
|
|
Karsten Hopp |
c2c36e |
|
|
Karsten Hopp |
c2c36e |
--
|
|
Karsten Hopp |
c2c36e |
MARTHA'S WAY: Don't throw out all that leftover wine. Freeze into ice cubes
|
|
Karsten Hopp |
c2c36e |
for future use in casseroles and sauces.
|
|
Karsten Hopp |
c2c36e |
MY WAY: What leftover wine?
|
|
Karsten Hopp |
c2c36e |
|
|
Karsten Hopp |
c2c36e |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
c2c36e |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
c2c36e |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
c2c36e |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|