aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-07-31 10:42:51 +0800
committerPo Lu2022-07-31 10:42:51 +0800
commitb7f227ed8bece1a8fafd36ce5f0ee0d5913b6f8b (patch)
treef5166047d52eb7377f8e1e230884911769dd0f67 /src
parenta66e6542769eae039aba57644eca2d6afcbe3360 (diff)
downloademacs-b7f227ed8bece1a8fafd36ce5f0ee0d5913b6f8b.tar.gz
emacs-b7f227ed8bece1a8fafd36ce5f0ee0d5913b6f8b.zip
; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 6dd3aad0e01..9dc83ac84c7 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -14929,7 +14929,7 @@ XTset_vertical_scroll_bar (struct window *w, int portion, int whole, int positio
14929 } 14929 }
14930 14930
14931 bar = x_scroll_bar_create (w, top, left, width, max (height, 1), false); 14931 bar = x_scroll_bar_create (w, top, left, width, max (height, 1), false);
14932#ifdef USE_TOOKIT_SCROLL_BARS 14932#ifndef USE_TOOKIT_SCROLL_BARS
14933 /* Since non-toolkit scroll bars don't display their contents to 14933 /* Since non-toolkit scroll bars don't display their contents to
14934 a dedicated window, no expose event will be generated. 14934 a dedicated window, no expose event will be generated.
14935 Redraw the scroll bar manually. */ 14935 Redraw the scroll bar manually. */