]> git.eshelyaron.com Git - emacs.git/commit
Correctly handle frame synchronization on fullscreen KWin
authorPo Lu <luangruo@yahoo.com>
Tue, 6 Sep 2022 11:39:05 +0000 (19:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 6 Sep 2022 11:39:24 +0000 (19:39 +0800)
commita3d7332d758aca4583a0a6b953a4b383679a6f20
tree818fe8efcfdc51a5950e651a47a8f9d4a27094ff
parentae963e80a79f5a9184daabfc8197f211a39b136d
Correctly handle frame synchronization on fullscreen KWin

* src/xfns.c (x_set_use_frame_synchronization): Announce that we
do not want the compositor to unredirect the frame while
fullscreen.
* src/xterm.c (x_atom_refs): New atom
`_NET_WM_BYPASS_COMPOSITOR'.
* src/xterm.h (struct x_display_info): Likewise.
src/xfns.c
src/xterm.c
src/xterm.h