]> git.eshelyaron.com Git - emacs.git/commit
Work around xwidgets releasing the passive grab on an entry event
authorPo Lu <luangruo@yahoo.com>
Thu, 30 Dec 2021 03:18:42 +0000 (11:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 30 Dec 2021 03:18:42 +0000 (11:18 +0800)
commita4893515c249386bca39f1b9a90adc6fc68b48d5
tree7fcd4d246c21cac816e1a0225288bab65a276519
parentb88024ad1aa0c2e75b407634038050a653fdb64b
Work around xwidgets releasing the passive grab on an entry event

* src/xterm.c (handle_one_xevent): Don't send XI_Enter events to
xwidgets if button 1 is pressed.
src/xterm.c