]> git.eshelyaron.com Git - emacs.git/commit
Work around GTK changing window backgrounds on colormapped displays
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 05:22:51 +0000 (13:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jan 2022 05:22:51 +0000 (13:22 +0800)
commit7fff3c9b7e44b5ce6e7a13d257613aeeb530fad1
tree61f0abdd9438efb8a0f85ce7f66c7273f275a7aa
parente9e5d0ba7342f709080090857d9d37ea07a49c81
Work around GTK changing window backgrounds on colormapped displays

* src/xterm.c (x_clear_window):
(x_clear_area): Fill the contents with the reverse GC instead of
using XClearArea and XClearWindow when not double buffered.
src/xterm.c