comparison src/window.c @ 6692:43a79400a664

Add window argument on calls to compute_motion.
author Karl Heuer <kwzh@gnu.org>
date Tue, 05 Apr 1994 23:49:15 +0000
parents 851ee89bae86
children a4cfe12560d0
comparison
equal deleted inserted replaced
6691:3b56d4742266 6692:43a79400a664
221 221
222 /* If that info is not correct, calculate afresh */ 222 /* If that info is not correct, calculate afresh */
223 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0), 223 posval = *compute_motion (top, 0, (hscroll ? 1 - hscroll : 0),
224 posint, height, 0, 224 posint, height, 0,
225 window_internal_width (w) - 1, 225 window_internal_width (w) - 1,
226 hscroll, 0); 226 hscroll, 0, w);
227 227
228 return posval.vpos < height ? Qt : Qnil; 228 return posval.vpos < height ? Qt : Qnil;
229 } 229 }
230 } 230 }
231 231