diff options
| author | Gerd Moellmann | 2000-04-25 19:38:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-25 19:38:48 +0000 |
| commit | 84fc6d4d2d9c78f489efa27604969c5fc7a0b296 (patch) | |
| tree | df0bc3f9389598921ba7210741c0f667b9f5cf98 /src | |
| parent | 47d722546b11876552fc9da0d89a5265b9b45b9a (diff) | |
| download | emacs-84fc6d4d2d9c78f489efa27604969c5fc7a0b296.tar.gz emacs-84fc6d4d2d9c78f489efa27604969c5fc7a0b296.zip | |
Change names of renamed functions from dispnew.c in prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 9c3a063d3dc..ad32c70360f 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2216,10 +2216,10 @@ void clear_desired_matrices P_ ((struct frame *)); | |||
| 2216 | void shift_glyph_matrix P_ ((struct window *, struct glyph_matrix *, | 2216 | void shift_glyph_matrix P_ ((struct window *, struct glyph_matrix *, |
| 2217 | int, int, int)); | 2217 | int, int, int)); |
| 2218 | void rotate_matrix P_ ((struct glyph_matrix *, int, int, int)); | 2218 | void rotate_matrix P_ ((struct glyph_matrix *, int, int, int)); |
| 2219 | void increment_glyph_matrix_buffer_positions P_ ((struct glyph_matrix *, | 2219 | void increment_matrix_positions P_ ((struct glyph_matrix *, |
| 2220 | int, int, int, int)); | 2220 | int, int, int, int)); |
| 2221 | void blank_row P_ ((struct window *, struct glyph_row *, int)); | 2221 | void blank_row P_ ((struct window *, struct glyph_row *, int)); |
| 2222 | void increment_glyph_row_buffer_positions P_ ((struct glyph_row *, int, int)); | 2222 | void increment_row_positions P_ ((struct glyph_row *, int, int)); |
| 2223 | void enable_glyph_matrix_rows P_ ((struct glyph_matrix *, int, int, int)); | 2223 | void enable_glyph_matrix_rows P_ ((struct glyph_matrix *, int, int, int)); |
| 2224 | void clear_glyph_row P_ ((struct glyph_row *)); | 2224 | void clear_glyph_row P_ ((struct glyph_row *)); |
| 2225 | void prepare_desired_row P_ ((struct glyph_row *)); | 2225 | void prepare_desired_row P_ ((struct glyph_row *)); |