changeset 48323:3aa5ba8c3ef4

(calculate_scrolling, calculate_direct_scrolling):
author Dave Love <fx@gnu.org>
date Thu, 14 Nov 2002 14:16:14 +0000
parents 7fc75e78e65f
children 04d5f3827d9f
files src/scroll.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;