; * src/dispextern.h (struct glyph_string): Comment on NCHARS. (Bug#51105)

This commit is contained in:
Eli Zaretskii 2021-10-09 14:38:06 +03:00
parent 20eb3644ba
commit 00eb21c897

View file

@ -1326,7 +1326,9 @@ struct glyph_string
/* The area within row. */
enum glyph_row_area area;
/* Characters to be drawn, and number of characters. */
/* Characters to be drawn, and number of characters. Note that
NCHARS can be zero if this is a composition glyph string, as
evidenced by FIRST_GLYPH->type. */
unsigned *char2b;
int nchars;