aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index f1a78fbdbf8..77ead082ce2 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -396,7 +396,7 @@ adjust_frame_size (struct frame *f, int new_width, int new_height, int inhibit,
396 int old_windows_width = WINDOW_PIXEL_WIDTH (r); 396 int old_windows_width = WINDOW_PIXEL_WIDTH (r);
397 int old_windows_height 397 int old_windows_height
398 = (WINDOW_PIXEL_HEIGHT (r) 398 = (WINDOW_PIXEL_HEIGHT (r)
399 + (FRAME_HAS_MINIBUF_P (f) 399 + ((FRAME_HAS_MINIBUF_P (f) && !FRAME_MINIBUF_ONLY_P (f))
400 ? WINDOW_PIXEL_HEIGHT (XWINDOW (FRAME_MINIBUF_WINDOW (f))) 400 ? WINDOW_PIXEL_HEIGHT (XWINDOW (FRAME_MINIBUF_WINDOW (f)))
401 : 0)); 401 : 0));
402 int new_windows_width, new_windows_height; 402 int new_windows_width, new_windows_height;