]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct it): Remove member prompt_width, add extra_line_spacing.
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 13:52:50 +0000 (13:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 13:52:50 +0000 (13:52 +0000)
src/dispextern.h

index 2665cf38d3aed18ed140d8818bb8331248dcc7ee..9c3a063d3dca17c4103e3ee3f569032d0b6ead9b 100644 (file)
@@ -1676,10 +1676,9 @@ struct it
      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.  */