changeset 28684:609d4aabf72c

(struct it): Remove member prompt_width, add extra_line_spacing.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Apr 2000 13:52:50 +0000
parents ad1d1ff69b3e
children b4310b6f3b5e
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Sat Apr 22 14:12:30 2000 +0000
+++ b/src/dispextern.h	Mon Apr 24 13:52:50 2000 +0000
@@ -1676,10 +1676,9 @@
      line, if the window has one.  */
   int last_visible_y;
 
-  /* Width of a prompt in front of the line.  Used to perform tab
-     calculations.  The x on which tab calculations are based is
-     current_x - prompt_width + continuation_lines_width.  */
-  int prompt_width;
+  /* Additional space in pixels between lines (for window systems
+     only.).  */
+  int extra_line_spacing;
 
   /* If non-null, glyphs are produced in glyph_row with each call to
      produce_glyphs.  */