summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 41fcbde2bb..f09d1a0c36 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