aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 6a319f2138e..b7d82eded68 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1626,6 +1626,7 @@ struct it
1626 enum glyph_row_area area; 1626 enum glyph_row_area area;
1627 unsigned multibyte_p : 1; 1627 unsigned multibyte_p : 1;
1628 unsigned string_from_display_prop_p : 1; 1628 unsigned string_from_display_prop_p : 1;
1629 unsigned display_ellipsis_p : 1;
1629 Lisp_Object space_width; 1630 Lisp_Object space_width;
1630 short voffset; 1631 short voffset;
1631 Lisp_Object font_height; 1632 Lisp_Object font_height;