]> git.eshelyaron.com Git - emacs.git/commit
Work around some mysterious touch ownership race on GNOME Shell
authorPo Lu <luangruo@yahoo.com>
Sat, 18 Dec 2021 12:45:11 +0000 (20:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 18 Dec 2021 12:46:50 +0000 (20:46 +0800)
commit4544651b3f62ce4a104a058e8c6aee42c23b76bc
treeabc5c19ab2a1ff562c7fde46bd2d011ccb615206
parentd99aa9461b1348741ee2df7b6c7a197005191716
Work around some mysterious touch ownership race on GNOME Shell

* src/xterm.c (x_unlink_touch_point): Return if touchpoint was
actually unlinked.
(handle_one_xevent): Catch and ignore errors during touch
sequence grabbing.
src/xterm.c