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

Diff of /emacs/src/msdos.c

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

revision 1.185 by eliz, Sun Aug 24 12:58:34 2003 UTC revision 1.186 by eliz, Sun Aug 24 15:06:41 2003 UTC
# Line 1436  IT_note_mode_line_highlight (struct wind Line 1436  IT_note_mode_line_highlight (struct wind
1436        /* Find the glyph under X.  */        /* Find the glyph under X.  */
1437        glyph = (row->glyphs[TEXT_AREA]        glyph = (row->glyphs[TEXT_AREA]
1438                 + x                 + x
1439                 /* Does MS-DOG really support scroll-bars??  ++KFS */                 /* in case someone implements scroll bars some day... */
1440                 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));                 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
1441        end = glyph + row->used[TEXT_AREA];        end = glyph + row->used[TEXT_AREA];
1442        if (glyph < end        if (glyph < end

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186

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