diff options
| author | Gerd Moellmann | 2000-04-24 13:52:50 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-24 13:52:50 +0000 |
| commit | bf95c41378fc29246fa329cbc5c78fbcb00236fb (patch) | |
| tree | bb4f0eec58eb5d4cf90da71a4a326eee19e36f09 | |
| parent | 58827478fc30575ca922952938210984be0efea1 (diff) | |
| download | emacs-bf95c41378fc29246fa329cbc5c78fbcb00236fb.tar.gz emacs-bf95c41378fc29246fa329cbc5c78fbcb00236fb.zip | |
(struct it): Remove member prompt_width, add extra_line_spacing.
| -rw-r--r-- | src/dispextern.h | 7 |
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. */ |