1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00

(struct glyph_string): Fix previous change.

This commit is contained in:
Kenichi Handa 2007-09-13 10:50:51 +00:00
parent 9dc56f1653
commit 3620bc51f4

View 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;
};