/[emacs]/emacs/src/dispnew.c
ViewVC logotype

Diff of /emacs/src/dispnew.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.297 by gerd, Thu Nov 15 10:29:34 2001 UTC revision 1.298 by kfstorm, Fri Nov 16 13:02:02 2001 UTC
# Line 5740  mode_line_string (w, x, y, mode_line_p, Line 5740  mode_line_string (w, x, y, mode_line_p,
5740    
5741    if (row->mode_line_p && row->enabled_p)    if (row->mode_line_p && row->enabled_p)
5742      {      {
5743        /* The mode lines are displayed over scroll bars and bitmap        /* The mode lines are displayed over scroll bars and fringes,
5744           areas, and X is window-relative.  Correct X by the scroll bar           and X is window-relative.  Correct X by the scroll bar
5745           and bitmap area width.  */           and fringe width.  */
5746        if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))        if (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
5747          x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f);          x += FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f);
5748        x += FRAME_LEFT_FLAGS_AREA_WIDTH (f);        x += FRAME_LEFT_FRINGE_WIDTH (f);
5749    
5750        /* Find the glyph under X.  If we find one with a string object,        /* Find the glyph under X.  If we find one with a string object,
5751           it's the one we were looking for.  */           it's the one we were looking for.  */

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26