comparison src/msdos.c @ 52315:0406b386ca35

Comment-only change.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Aug 2003 15:06:41 +0000
parents 00e2bb6c6d5b
children 695cf19ef79e
comparison
equal deleted inserted replaced
52314:529dd59ee898 52315:0406b386ca35
1434 Lisp_Object help, map; 1434 Lisp_Object help, map;
1435 1435
1436 /* Find the glyph under X. */ 1436 /* Find the glyph under X. */
1437 glyph = (row->glyphs[TEXT_AREA] 1437 glyph = (row->glyphs[TEXT_AREA]
1438 + x 1438 + x
1439 /* Does MS-DOG really support scroll-bars?? ++KFS */ 1439 /* in case someone implements scroll bars some day... */
1440 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w)); 1440 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
1441 end = glyph + row->used[TEXT_AREA]; 1441 end = glyph + row->used[TEXT_AREA];
1442 if (glyph < end 1442 if (glyph < end
1443 && STRINGP (glyph->object) 1443 && STRINGP (glyph->object)
1444 && STRING_INTERVALS (glyph->object) 1444 && STRING_INTERVALS (glyph->object)