]> git.eshelyaron.com Git - emacs.git/commit
Respect inhibit-double-buffering on non-toolkit scroll bars
authorPo Lu <luangruo@yahoo.com>
Sun, 6 Mar 2022 13:04:34 +0000 (21:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 6 Mar 2022 13:04:34 +0000 (21:04 +0800)
commitea5a0142ced33884a370e9a47f8035f303382ba7
tree2827b8ee0275a2ec546e1ccd0a207ec3160e5fd3
parent450f3f8725ff231aeda2738e25b4bb2cebe5a35b
Respect inhibit-double-buffering on non-toolkit scroll bars

* src/xfns.c (x_set_inhibit_double_buffering): Force scroll bars
to be re-created on builds without toolkit scroll bars.

* src/xterm.c (x_scroll_bar_create): Don't initialize back
buffer if double buffering is disabled for the frame.
src/xfns.c
src/xterm.c