Mercurial > emacs
changeset 91024:b1f535db3dca
(struct glyph_string): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 13 Sep 2007 10:50:51 +0000 |
parents | cb5edf67e2f2 |
children | 3cb16c370b58 |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; };