Skip to content

Commit 91e468a

Browse files
committed
updated for version 7.3.1286
Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
1 parent dde2b65 commit 91e468a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/gui_x11.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ gui_mch_init()
14311431
p_window = h - 1;
14321432
Rows = h;
14331433
}
1434+
limit_screen_size();
14341435
/*
14351436
* Set the (x,y) position of the main window only if specified in the
14361437
* users geometry, so we get good defaults when they don't. This needs

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ static char *(features[]) =
728728

729729
static int included_patches[] =
730730
{ /* Add new patch number below this line */
731+
/**/
732+
1286,
731733
/**/
732734
1285,
733735
/**/

0 commit comments

Comments
 (0)