aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index b9c2b1f5ba8..4c76f0b7df9 100644
--- a/src/window.h
+++ b/src/window.h
@@ -468,7 +468,7 @@ wset_next_buffers (struct window *w, Lisp_Object val)
468#define WINDOW_FRAME_COLUMN_WIDTH(W) \ 468#define WINDOW_FRAME_COLUMN_WIDTH(W) \
469 (FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W)))) 469 (FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W))))
470 470
471/* Return the canonical column width of the frame of window W. */ 471/* Return the canonical line height of the frame of window W. */
472 472
473#define WINDOW_FRAME_LINE_HEIGHT(W) \ 473#define WINDOW_FRAME_LINE_HEIGHT(W) \
474 (FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W)))) 474 (FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W))))