From: Gerd Moellmann Date: Mon, 30 Aug 1999 23:14:23 +0000 (+0000) Subject: (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH X-Git-Tag: emacs-pretest-21.0.90~6982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f799fd9a1f13456d064b971b80321f9581a0887;p=emacs.git (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH. --- 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) 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. */