aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 0ec7057db20..8f8df8f8e0d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -335,7 +335,7 @@ DEFUN ("frame-windows-min-size", Fframe_windows_min_size,
335 * additionally limit the minimum frame height to a value large enough 335 * additionally limit the minimum frame height to a value large enough
336 * to support menu bar, tab bar, mode line and echo area. 336 * to support menu bar, tab bar, mode line and echo area.
337 */ 337 */
338int 338static int
339frame_windows_min_size (Lisp_Object frame, Lisp_Object horizontal, 339frame_windows_min_size (Lisp_Object frame, Lisp_Object horizontal,
340 Lisp_Object ignore, Lisp_Object pixelwise) 340 Lisp_Object ignore, Lisp_Object pixelwise)
341{ 341{