aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-05 12:13:41 +0000
committerGerd Moellmann1999-09-05 12:13:41 +0000
commit92857db0faa216030f36cb8796709cce324f396e (patch)
treea176d3aff119b104a157cf6c4e49497728209324
parent8a37516b4af3fb2b95886b7fa149d4b1717b99c1 (diff)
downloademacs-92857db0faa216030f36cb8796709cce324f396e.tar.gz
emacs-92857db0faa216030f36cb8796709cce324f396e.zip
(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Fix reference to renamed variable.
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 74be684d7d9..4c805fc7031 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8047,7 +8047,7 @@ XTset_vertical_scroll_bar (w, portion, whole, position)
8047 dragged. */ 8047 dragged. */
8048 if (NILP (bar->dragging)) 8048 if (NILP (bar->dragging))
8049 { 8049 {
8050 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, pixel_height); 8050 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height);
8051 8051
8052 if (whole == 0) 8052 if (whole == 0)
8053 x_scroll_bar_set_handle (bar, 0, top_range, 0); 8053 x_scroll_bar_set_handle (bar, 0, top_range, 0);