projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bd334
)
; * src/xterm.c (XTset_vertical_scroll_bar): Fix yet another typo.
author
Po Lu
<luangruo@yahoo.com>
Sun, 31 Jul 2022 07:10:14 +0000
(15:10 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 31 Jul 2022 07:12:22 +0000
(15:12 +0800)
Reported by Lars Ingebrigtsen <larsi@gnus.org>.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 9dc83ac84c7ecdd92d43020cc0fa263f65fa9b02..d7d4cb418f3e1e9c198324831bf63bc24221be35 100644
(file)
--- 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
}
bar = x_scroll_bar_create (w, top, left, width, max (height, 1), false);
-#ifndef USE_TOOKIT_SCROLL_BARS
+#ifndef USE_TOO
L
KIT_SCROLL_BARS
/* Since non-toolkit scroll bars don't display their contents to
a dedicated window, no expose event will be generated.
Redraw the scroll bar manually. */