]> git.eshelyaron.com Git - emacs.git/commit
Reduce synchronization setting frame alpha
authorPo Lu <luangruo@yahoo.com>
Fri, 8 Jul 2022 05:41:50 +0000 (13:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 8 Jul 2022 05:43:24 +0000 (13:43 +0800)
commiteb86a375e8ca75c297a1408aa6aa918f92914614
tree363e75b03f42179850d96d9f44bbe1d5936c8a2c
parent7397d0fd1910aee37c287bb02c5bb2b7811be860
Reduce synchronization setting frame alpha

* src/xterm.c (x_set_frame_alpha): Don't synchronize while
setting alpha property, and don't ask for the current value of
the opacity property, which is much more expensive than changing
it.
src/xterm.c