]> git.eshelyaron.com Git - emacs.git/commit
Stop using XI focus events on non-GTK builds
authorPo Lu <luangruo@yahoo.com>
Mon, 13 Dec 2021 01:17:55 +0000 (09:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 13 Dec 2021 01:17:55 +0000 (09:17 +0800)
commit5181276b4362b25cd91818bc0b4e6fbd985b5882
treec6d4d2b6622fd847ed9d3ee339f2c95b39b65b2c
parenta07d954fe254ae408c9d35f3714620b0e0cd07a9
Stop using XI focus events on non-GTK builds

* src/xfns.c (setup_xi_event_mask): Stop setting XI_FocusIn
and XI_FocusOut.
* src/xterm.c (x_detect_focus_change) <GenericEvent>: Don't
handle XI_FocusIn and XI_FocusOut events when not on GTK.
src/xfns.c
src/xterm.c