Mercurial > emacs
changeset 28707:ed910be216eb
Change names of renamed functions from dispnew.c in prototypes.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 25 Apr 2000 19:38:48 +0000 |
parents | 29790e97da09 |
children | 4e2497e6757e |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Tue Apr 25 19:19:31 2000 +0000 +++ b/src/dispextern.h Tue Apr 25 19:38:48 2000 +0000 @@ -2216,10 +2216,10 @@ void shift_glyph_matrix P_ ((struct window *, struct glyph_matrix *, int, int, int)); void rotate_matrix P_ ((struct glyph_matrix *, int, int, int)); -void increment_glyph_matrix_buffer_positions P_ ((struct glyph_matrix *, - int, int, int, int)); +void increment_matrix_positions P_ ((struct glyph_matrix *, + int, int, int, int)); void blank_row P_ ((struct window *, struct glyph_row *, int)); -void increment_glyph_row_buffer_positions P_ ((struct glyph_row *, int, int)); +void increment_row_positions P_ ((struct glyph_row *, int, int)); void enable_glyph_matrix_rows P_ ((struct glyph_matrix *, int, int, int)); void clear_glyph_row P_ ((struct glyph_row *)); void prepare_desired_row P_ ((struct glyph_row *));