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,v [emacs]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h,v [emacs]
Date: Tue, 06 Jun 2006 03:50:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         emacs
Changes by:     Kenichi Handa <handa>   06/06/06 03:50:45

Index: dispextern.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispextern.h,v
retrieving revision 1.153.4.31
retrieving revision 1.153.4.32
diff -u -b -r1.153.4.31 -r1.153.4.32
--- dispextern.h        2 May 2006 05:51:41 -0000       1.153.4.31
+++ dispextern.h        6 Jun 2006 03:50:45 -0000       1.153.4.32
@@ -1220,6 +1220,11 @@
      *clip_tail, not including their overhangs.  */
   struct glyph_string *clip_head, *clip_tail;
 
+#ifdef USE_FONT_BACKEND
+  /* The current clipping area.  */
+  int clip_x, clip_y, clip_width, clip_height;
+#endif /* USE_FONT_BACKEND */
+
   struct glyph_string *next, *prev;
 };
 
@@ -1476,6 +1481,10 @@
      reallocated.  */
   int font_info_id;
 
+#ifdef USE_FONT_BACKEND
+  struct font_info *font_info;
+#endif /* USE_FONT_BACKEND */
+
   /* Fontset ID if for this face's fontset.  Non-ASCII faces derived
      from the same ASCII face have the same fontset.  */
   int fontset;
@@ -1558,6 +1567,11 @@
      Otherwise, this points to an ASCII face that has the same
      attributes except the font.  */
   struct face *ascii_face;
+
+#ifdef USE_FONT_BACKEND
+  /* Extra member that a font-driver uses privately.  */
+  void *extra;
+#endif /* USE_FONT_BACKEND */
 };
 
 




reply via email to

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