summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-09-15 18:29:40 +0300
committerEli Zaretskii <eliz@gnu.org>2014-09-15 18:29:40 +0300
commit2d83441cc06cca6706dc9b102598d1bf6fe7612b (patch)
treea95edb3c15f5c0c17a449d0f8c8594d945bb1ee2
parent6b682d2b398b241fe32fe98104ef0a58ec20bde9 (diff)
downloademacs-2d83441cc06cca6706dc9b102598d1bf6fe7612b.tar.gz
src/dispextern.h: Commentary fix.
-rw-r--r--src/dispextern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 46ed99844e7..576f22870c2 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2530,7 +2530,9 @@ struct it
/* First and last visible x-position in the display area. If window
is hscrolled by n columns, first_visible_x == n * FRAME_COLUMN_WIDTH
- (f), and last_visible_x == pixel width of W + first_visible_x. */
+ (f), and last_visible_x == pixel width of W + first_visible_x.
+ When truncation or continuation glyphs are produced due to lack of
+ fringes, last_visible_x excludes the space required for these glyphs. */
int first_visible_x, last_visible_x;
/* Last visible y-position + 1 in the display area without a mode