]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct glyph_string): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 13 Sep 2007 10:50:51 +0000 (10:50 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 13 Sep 2007 10:50:51 +0000 (10:50 +0000)
src/dispextern.h

index 7aab192448d971c8f2489bfd9faf2516ffbc65ac..6241b5aa2c558176c99c9a4aebaf013f570cc511 100644 (file)
@@ -1224,11 +1224,13 @@ struct glyph_string
      *clip_tail, not including their overhangs.  */
   struct glyph_string *clip_head, *clip_tail;
 
+#ifdef USE_FONT_BACKEND
   /* The current clipping areas.  */
   NativeRectangle clip[2];
 
   /* Number of clipping areas. */
   int num_clips;
+#endif /* USE_FONT_BACKEND */
 
   struct glyph_string *next, *prev;
 };