]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change.
authorPo Lu <luangruo@yahoo.com>
Sun, 31 Jul 2022 02:42:51 +0000 (10:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 31 Jul 2022 02:42:51 +0000 (10:42 +0800)
src/xterm.c

index 6dd3aad0e01e241162fdda7395f79c4d023dcaba..9dc83ac84c7ecdd92d43020cc0fa263f65fa9b02 100644 (file)
@@ -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.  */