projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66e654
)
; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Sun, 31 Jul 2022 02:42:51 +0000
(10:42 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 31 Jul 2022 02:42:51 +0000
(10:42 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6dd3aad0e01e241162fdda7395f79c4d023dcaba..9dc83ac84c7ecdd92d43020cc0fa263f65fa9b02 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);
-#ifdef USE_TOOKIT_SCROLL_BARS
+#if
n
def USE_TOOKIT_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. */