]> git.eshelyaron.com Git - emacs.git/commit
Prevent SelectionNotify etc from reaching GTK 3
authorPo Lu <luangruo@yahoo.com>
Fri, 12 Aug 2022 01:25:12 +0000 (09:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 12 Aug 2022 01:25:12 +0000 (09:25 +0800)
commit05c4e7bfbdc5c0ed462be7356e6841e1e59d3851
tree34c758a297fb6d89ac6308d1c1fb4c780b609c74
parent48215c41d16fadb69e85121b3baca0dfca82cc44
Prevent SelectionNotify etc from reaching GTK 3

* src/xterm.c (handle_one_xevent): Prevent selection events from
reaching GTK if they are destined for an Emacs window.
src/xterm.c