diff src/scroll.c @ 48323:3aa5ba8c3ef4

(calculate_scrolling, calculate_direct_scrolling):
author Dave Love <fx@gnu.org>
date Thu, 14 Nov 2002 14:16:14 +0000
parents 5f60884970a8
children 23a1cea22d13
line wrap: on
line diff
--- a/src/scroll.c	Thu Nov 14 14:15:55 2002 +0000
+++ b/src/scroll.c	Thu Nov 14 14:16:14 2002 +0000
@@ -89,7 +89,7 @@
      FRAME_PTR frame;
      /* matrix is of size window_size + 1 on each side.  */
      struct matrix_elt *matrix;
-     int window_size;
+     int window_size, lines_below;
      int *draw_cost;
      int *old_hash;
      int *new_hash;
@@ -430,7 +430,7 @@
      FRAME_PTR frame;
      /* matrix is of size window_size + 1 on each side.  */
      struct matrix_elt *matrix;
-     int window_size;
+     int window_size, lines_below;
      int *draw_cost;
      int *old_draw_cost;
      int *old_hash;