From b7f227ed8bece1a8fafd36ce5f0ee0d5913b6f8b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 31 Jul 2022 10:42:51 +0800 Subject: [PATCH] ; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } bar = x_scroll_bar_create (w, top, left, width, max (height, 1), false); -#ifdef USE_TOOKIT_SCROLL_BARS +#ifndef 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. */ -- 2.39.5