Mercurial > emacs
changeset 41120:7f07991cc0b2
Fringe cleanup.
Comment fix. Use renamed symbols.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 16 Nov 2001 13:02:02 +0000 |
parents | 615c460b28c7 |
children | 2b74029038bd |
files | src/dispnew.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Fri Nov 16 13:01:09 2001 +0000 +++ b/src/dispnew.c Fri Nov 16 13:02:02 2001 +0000 @@ -5740,12 +5740,12 @@ if (row->mode_line_p && row->enabled_p) { - /* The mode lines are displayed over scroll bars and bitmap - areas, and X is window-relative. Correct X by the scroll bar - and bitmap area width. */ + /* The mode lines are displayed over scroll bars and fringes, + and X is window-relative. Correct X by the scroll bar + and fringe width. */ if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f)) x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f); - x += FRAME_LEFT_FLAGS_AREA_WIDTH (f); + x += FRAME_LEFT_FRINGE_WIDTH (f); /* Find the glyph under X. If we find one with a string object, it's the one we were looking for. */