aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 1f8f34dcc4e..278dabf4e3b 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -5138,7 +5138,7 @@ mode_line_string (w, x, y, mode_line_p, charpos)
5138 and bitmap area width. */ 5138 and bitmap area width. */
5139 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f)) 5139 if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
5140 x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f); 5140 x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f);
5141 x += FRAME_FLAGS_AREA_WIDTH (f); 5141 x += FRAME_LEFT_FLAGS_AREA_WIDTH (f);
5142 5142
5143 /* Find the glyph under X. If we find one with a string object, 5143 /* Find the glyph under X. If we find one with a string object,
5144 it's the one we were looking for. */ 5144 it's the one we were looking for. */