From 3620bc51f4116fe4d4dd2ccbdf24ddc4fb33be85 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 13 Sep 2007 10:50:51 +0000 Subject: [PATCH] (struct glyph_string): Fix previous change. --- src/dispextern.h | 2 ++ 1 file changed, 2 insertions(+) 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; }; -- 2.39.5