]> git.eshelyaron.com Git - emacs.git/commit
Correctly set up XI key input mask on X Toolkit builds
authorPo Lu <luangruo@yahoo.com>
Wed, 5 Jan 2022 01:39:57 +0000 (09:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 5 Jan 2022 01:39:57 +0000 (09:39 +0800)
commit6719a3ccabec33e010aa4a42be2ee07e4e219b3c
tree8439c70b986e1b76a6bbe6effe2a318eddf02820
parent30d4cfc0806ee1de5a8e5091f0cc5bce22830460
Correctly set up XI key input mask on X Toolkit builds

* src/xfns.c (setup_xi_event_mask): Also set the key event mask
on the outer window, which might also have the input focus.
(x_window) [USE_X_TOOLKIT]: Set up XI event mask a bit later.
src/xfns.c