]> git.eshelyaron.com Git - emacs.git/commit
Fix clearing of scroll bars on builds with disabled double buffers
authorPo Lu <luangruo@yahoo.com>
Mon, 7 Mar 2022 02:54:48 +0000 (10:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 7 Mar 2022 02:55:50 +0000 (10:55 +0800)
commit3e5baffd033c0e7cb738d0762a66302f2d7d2214
treedf7d642ac0fed0a290a70c194b0a10fdf8ef507b
parenta185f2af968ecf1cc56c463dd89ba906a99807e4
Fix clearing of scroll bars on builds with disabled double buffers

* src/xterm.c (x_scroll_bar_clear): Use XClearArea if the scroll
bar is not double-buffered.
src/xterm.c