diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 22d2530244e..dd1efa757ae 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Interface definitions for display code. | 1 | /* Interface definitions for display code. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999 | 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -1585,10 +1585,6 @@ struct it | |||
| 1585 | OVERLAY_STRING_CHUNK_SIZE. */ | 1585 | OVERLAY_STRING_CHUNK_SIZE. */ |
| 1586 | int n_overlay_strings; | 1586 | int n_overlay_strings; |
| 1587 | 1587 | ||
| 1588 | /* If non-zero, an additional overlay start position to take overlay | ||
| 1589 | strings from. */ | ||
| 1590 | int add_overlay_start; | ||
| 1591 | |||
| 1592 | /* If non-nil, a Lisp string being processed. If | 1588 | /* If non-nil, a Lisp string being processed. If |
| 1593 | current.overlay_string_index >= 0, this is an overlay string from | 1589 | current.overlay_string_index >= 0, this is an overlay string from |
| 1594 | pos. */ | 1590 | pos. */ |
| @@ -2142,7 +2138,7 @@ void init_iterator P_ ((struct it *, struct window *, int, | |||
| 2142 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2138 | void init_iterator_to_row_start P_ ((struct it *, struct window *, |
| 2143 | struct glyph_row *)); | 2139 | struct glyph_row *)); |
| 2144 | int get_next_display_element P_ ((struct it *)); | 2140 | int get_next_display_element P_ ((struct it *)); |
| 2145 | void set_iterator_to_next P_ ((struct it *)); | 2141 | void set_iterator_to_next P_ ((struct it *, int)); |
| 2146 | void produce_glyphs P_ ((struct it *)); | 2142 | void produce_glyphs P_ ((struct it *)); |
| 2147 | void produce_special_glyphs P_ ((struct it *, enum display_element_type)); | 2143 | void produce_special_glyphs P_ ((struct it *, enum display_element_type)); |
| 2148 | void start_display P_ ((struct it *, struct window *, struct text_pos)); | 2144 | void start_display P_ ((struct it *, struct window *, struct text_pos)); |