diff options
| author | Kenichi Handa | 2007-09-13 10:50:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-09-13 10:50:51 +0000 |
| commit | 3620bc51f4116fe4d4dd2ccbdf24ddc4fb33be85 (patch) | |
| tree | 7d56911f5f3018ed691993338b9f1b0886a8fcab /src | |
| parent | 9dc56f1653a43517272dc42621cc006c9805894a (diff) | |
| download | emacs-3620bc51f4116fe4d4dd2ccbdf24ddc4fb33be85.tar.gz emacs-3620bc51f4116fe4d4dd2ccbdf24ddc4fb33be85.zip | |
(struct glyph_string): Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
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 | }; |