]> git.eshelyaron.com Git - emacs.git/commit
Correctly register focus events concomitant with alpha changes
authorPo Lu <luangruo@yahoo.com>
Tue, 17 Oct 2023 00:33:25 +0000 (08:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 17 Oct 2023 00:33:25 +0000 (08:33 +0800)
commitd9e1605122b4ba70a55f7b168505b7d7f8d2bdd6
treeb5aa8c1b37453c00f631d49c93d77a2f79060a64
parent194e219825c378a25b7a2dbda0c77215ac5ab302
Correctly register focus events concomitant with alpha changes

* src/xterm.c (x_frame_highlight, x_frame_unhighlight): Skip
changing the frame alpha when the frame is not eligible for
focus state-specific alpha values; otherwise, the alpha might be
reset by the time a alpha change wrought by a focus change
arrives, impeding handle_one_xevent from subsequently restoring
the initial value.  (bug#66398)
src/xterm.c