aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.h b/src/window.h
index c2898194854..a124b3311d0 100644
--- a/src/window.h
+++ b/src/window.h
@@ -920,7 +920,7 @@ wset_next_buffers (struct window *w, Lisp_Object val)
920 ? WINDOW_CONFIG_SCROLL_BAR_HEIGHT (W) \ 920 ? WINDOW_CONFIG_SCROLL_BAR_HEIGHT (W) \
921 : 0) 921 : 0)
922 922
923/* Height in pixels, and in lines, of the mode line. 923/* Height in pixels of the mode line.
924 May be zero if W doesn't have a mode line. */ 924 May be zero if W doesn't have a mode line. */
925#define WINDOW_MODE_LINE_HEIGHT(W) \ 925#define WINDOW_MODE_LINE_HEIGHT(W) \
926 (WINDOW_WANTS_MODELINE_P ((W)) \ 926 (WINDOW_WANTS_MODELINE_P ((W)) \
@@ -930,7 +930,7 @@ wset_next_buffers (struct window *w, Lisp_Object val)
930#define WINDOW_MODE_LINE_LINES(W) \ 930#define WINDOW_MODE_LINE_LINES(W) \
931 WINDOW_WANTS_MODELINE_P (W) 931 WINDOW_WANTS_MODELINE_P (W)
932 932
933/* Height in pixels, and in lines, of the header line. 933/* Height in pixels of the header line.
934 Zero if W doesn't have a header line. */ 934 Zero if W doesn't have a header line. */
935#define WINDOW_HEADER_LINE_HEIGHT(W) \ 935#define WINDOW_HEADER_LINE_HEIGHT(W) \
936 (WINDOW_WANTS_HEADER_LINE_P (W) \ 936 (WINDOW_WANTS_HEADER_LINE_P (W) \