aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-25 19:38:48 +0000
committerGerd Moellmann2000-04-25 19:38:48 +0000
commit84fc6d4d2d9c78f489efa27604969c5fc7a0b296 (patch)
treedf0bc3f9389598921ba7210741c0f667b9f5cf98 /src
parent47d722546b11876552fc9da0d89a5265b9b45b9a (diff)
downloademacs-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.h6
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 *));
2216void shift_glyph_matrix P_ ((struct window *, struct glyph_matrix *, 2216void shift_glyph_matrix P_ ((struct window *, struct glyph_matrix *,
2217 int, int, int)); 2217 int, int, int));
2218void rotate_matrix P_ ((struct glyph_matrix *, int, int, int)); 2218void rotate_matrix P_ ((struct glyph_matrix *, int, int, int));
2219void increment_glyph_matrix_buffer_positions P_ ((struct glyph_matrix *, 2219void increment_matrix_positions P_ ((struct glyph_matrix *,
2220 int, int, int, int)); 2220 int, int, int, int));
2221void blank_row P_ ((struct window *, struct glyph_row *, int)); 2221void blank_row P_ ((struct window *, struct glyph_row *, int));
2222void increment_glyph_row_buffer_positions P_ ((struct glyph_row *, int, int)); 2222void increment_row_positions P_ ((struct glyph_row *, int, int));
2223void enable_glyph_matrix_rows P_ ((struct glyph_matrix *, int, int, int)); 2223void enable_glyph_matrix_rows P_ ((struct glyph_matrix *, int, int, int));
2224void clear_glyph_row P_ ((struct glyph_row *)); 2224void clear_glyph_row P_ ((struct glyph_row *));
2225void prepare_desired_row P_ ((struct glyph_row *)); 2225void prepare_desired_row P_ ((struct glyph_row *));