Mercurial > emacs
changeset 25459:293b78b9ff60
(mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
instead of FRAME_FLAGS_AREA_WIDTH.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Aug 1999 23:14:23 +0000 |
parents | 803de6670aa5 |
children | 8569b5f63527 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Mon Aug 30 23:14:22 1999 +0000 +++ b/src/dispnew.c Mon Aug 30 23:14:23 1999 +0000 @@ -5138,7 +5138,7 @@ and bitmap area width. */ if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f)) x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f); - x += FRAME_FLAGS_AREA_WIDTH (f); + x += FRAME_LEFT_FLAGS_AREA_WIDTH (f); /* Find the glyph under X. If we find one with a string object, it's the one we were looking for. */