aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 *));