emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117501: src/dispextern.h: Commentary fix.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117501: src/dispextern.h: Commentary fix.
Date: Mon, 15 Sep 2014 15:29:56 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117501
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-09-15 18:29:40 +0300
message:
  src/dispextern.h: Commentary fix.
modified:
  src/dispextern.h               
dispextern.h-20091113204419-o5vbwnq5f7feedwu-218
=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2014-07-01 17:07:24 +0000
+++ b/src/dispextern.h  2014-09-15 15:29:40 +0000
@@ -2530,7 +2530,9 @@
 
   /* 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]