emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Mon, 24 Jan 2005 12:59:38 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.192 emacs/src/dispextern.h:1.193
*** emacs/src/dispextern.h:1.192        Mon Jan 10 13:30:46 2005
--- emacs/src/dispextern.h      Mon Jan 24 17:59:35 2005
***************
*** 1193,1198 ****
--- 1193,1203 ----
    /* Slice */
    struct glyph_slice slice;
  
+   /* Non-null means the horizontal clipping region starts from the
+      left edge of *clip_head, and ends with the right edge of
+      *clip_tail, not including their overhangs.  */
+   struct glyph_string *clip_head, *clip_tail;
+ 
    struct glyph_string *next, *prev;
  };
  




reply via email to

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