aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-30 23:14:23 +0000
committerGerd Moellmann1999-08-30 23:14:23 +0000
commit0f799fd9a1f13456d064b971b80321f9581a0887 (patch)
tree2b21eae96792b86c122a91266147d60f6e0cdb74 /src
parente1b7d46cbdc204ee760889b123f1c4403f22ec3d (diff)
downloademacs-0f799fd9a1f13456d064b971b80321f9581a0887.tar.gz
emacs-0f799fd9a1f13456d064b971b80321f9581a0887.zip
(mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
instead of FRAME_FLAGS_AREA_WIDTH.
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. */