We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde2b65 commit 91e468aCopy full SHA for 91e468a
src/gui_x11.c
@@ -1431,6 +1431,7 @@ gui_mch_init()
1431
p_window = h - 1;
1432
Rows = h;
1433
}
1434
+ limit_screen_size();
1435
/*
1436
* Set the (x,y) position of the main window only if specified in the
1437
* users geometry, so we get good defaults when they don't. This needs
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 1286,
733
/**/
734
1285,
735
0 commit comments