]> git.eshelyaron.com Git - emacs.git/commit
Fix disabling frame synchronization on child frames
authorPo Lu <luangruo@yahoo.com>
Fri, 13 May 2022 04:21:32 +0000 (12:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 13 May 2022 04:21:32 +0000 (12:21 +0800)
commit62636ea3c1198fe0232842f73dead608a96de171
treeed0e0627fc25c90c39d9a098d5947487586274c8
parent53ed3ad5945411162dc514f439ad7f499daa30be
Fix disabling frame synchronization on child frames

* src/xfns.c (Fx_create_frame): Disable GTK 3's own frame
synchronization on child frames, since the CM doesn't send
synchronization events to them.
src/xfns.c