diff options
| author | Po Lu | 2022-07-31 10:42:51 +0800 |
|---|---|---|
| committer | Po Lu | 2022-07-31 10:42:51 +0800 |
| commit | b7f227ed8bece1a8fafd36ce5f0ee0d5913b6f8b (patch) | |
| tree | f5166047d52eb7377f8e1e230884911769dd0f67 /src | |
| parent | a66e6542769eae039aba57644eca2d6afcbe3360 (diff) | |
| download | emacs-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.c | 2 |
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. */ |