diff src/xterm.c @ 25541:be975dcf4a0c

(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: Fix reference to renamed variable.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Sep 1999 12:13:41 +0000
parents 7ae6423812ae
children 693ca9ba497a
line wrap: on
line diff
--- a/src/xterm.c	Sat Sep 04 20:11:12 1999 +0000
+++ b/src/xterm.c	Sun Sep 05 12:13:41 1999 +0000
@@ -8047,7 +8047,7 @@
      dragged.  */
   if (NILP (bar->dragging))
     {
-      int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, pixel_height);
+      int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height);
 
       if (whole == 0)
 	x_scroll_bar_set_handle (bar, 0, top_range, 0);