# HG changeset patch # User Kenichi Handa # Date 1189680651 0 # Node ID b1f535db3dcaf6066eb5f4dee20241e5604292b6 # Parent cb5edf67e2f282b65405a40ed2539f788aacf5a5 (struct glyph_string): Fix previous change. diff -r cb5edf67e2f2 -r b1f535db3dca src/dispextern.h --- a/src/dispextern.h Thu Sep 13 10:49:33 2007 +0000 +++ b/src/dispextern.h Thu Sep 13 10:50:51 2007 +0000 @@ -1224,11 +1224,13 @@ *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; };