From: Kenichi Handa Date: Thu, 13 Sep 2007 10:50:51 +0000 (+0000) Subject: (struct glyph_string): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3620bc51f4116fe4d4dd2ccbdf24ddc4fb33be85;p=emacs.git (struct glyph_string): Fix previous change. --- diff --git a/src/dispextern.h b/src/dispextern.h index 7aab192448d..6241b5aa2c5 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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; };