aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 2665cf38d3a..9c3a063d3dc 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1676,10 +1676,9 @@ struct it
1676 line, if the window has one. */ 1676 line, if the window has one. */
1677 int last_visible_y; 1677 int last_visible_y;
1678 1678
1679 /* Width of a prompt in front of the line. Used to perform tab 1679 /* Additional space in pixels between lines (for window systems
1680 calculations. The x on which tab calculations are based is 1680 only.). */
1681 current_x - prompt_width + continuation_lines_width. */ 1681 int extra_line_spacing;
1682 int prompt_width;
1683 1682
1684 /* If non-null, glyphs are produced in glyph_row with each call to 1683 /* If non-null, glyphs are produced in glyph_row with each call to
1685 produce_glyphs. */ 1684 produce_glyphs. */