aboutsummaryrefslogtreecommitdiffstats
path: root/src/scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scroll.c')
-rw-r--r--src/scroll.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/scroll.c b/src/scroll.c
index e2d3656dc43..5363ec3be42 100644
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -58,14 +58,14 @@ struct matrix_elt
58 unsigned char writecount; 58 unsigned char writecount;
59 }; 59 };
60 60
61static void do_direct_scrolling P_ ((struct frame *, 61static void do_direct_scrolling (struct frame *,
62 struct glyph_matrix *, 62 struct glyph_matrix *,
63 struct matrix_elt *, 63 struct matrix_elt *,
64 int, int)); 64 int, int);
65static void do_scrolling P_ ((struct frame *, 65static void do_scrolling (struct frame *,
66 struct glyph_matrix *, 66 struct glyph_matrix *,
67 struct matrix_elt *, 67 struct matrix_elt *,
68 int, int)); 68 int, int);
69 69
70 70
71/* Determine, in matrix[i,j], the cost of updating the first j old 71/* Determine, in matrix[i,j], the cost of updating the first j old