aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dispextern.h2
1 files changed, 2 insertions, 0 deletions
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
1224 *clip_tail, not including their overhangs. */ 1224 *clip_tail, not including their overhangs. */
1225 struct glyph_string *clip_head, *clip_tail; 1225 struct glyph_string *clip_head, *clip_tail;
1226 1226
1227#ifdef USE_FONT_BACKEND
1227 /* The current clipping areas. */ 1228 /* The current clipping areas. */
1228 NativeRectangle clip[2]; 1229 NativeRectangle clip[2];
1229 1230
1230 /* Number of clipping areas. */ 1231 /* Number of clipping areas. */
1231 int num_clips; 1232 int num_clips;
1233#endif /* USE_FONT_BACKEND */
1232 1234
1233 struct glyph_string *next, *prev; 1235 struct glyph_string *next, *prev;
1234}; 1236};