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:
parent
9dc56f1653
commit
3620bc51f4
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue