]> git.eshelyaron.com Git - emacs.git/commit
Work around potential X server bug
authorPo Lu <luangruo@yahoo.com>
Sat, 3 Sep 2022 11:55:31 +0000 (19:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 3 Sep 2022 11:57:12 +0000 (19:57 +0800)
commit91ba20fff159cc88c87e09f5a8256d6412c98990
tree671f0c4cd350f4f24f65b0e3f26fbb921e33c0e4
parentdcfe3314cd78e95d992fe00f757ce906d49586cd
Work around potential X server bug

* src/xterm.c (handle_one_xevent): Ignore core crossing events
on input extension builds.  The X server is not actually
supposed to deliver them to us, and it messes up MPX focus
tracking.  (bug#57468)
src/xterm.c