diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui_x11.c | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c index 41fcbde2b..f09d1a0c3 100644 --- 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 diff --git a/src/version.c b/src/version.c index 8f7905b31..d73254f5c 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1286, +/**/ 1285, /**/ 1284, |