]> git.eshelyaron.com Git - emacs.git/commit
Ignore pinch events from the wrong window
authorPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 10:13:51 +0000 (18:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 10:13:51 +0000 (18:13 +0800)
commit854714efb47d3365c41a84443fa56e7e275bfb4c
tree947b88246bd8bc95c355406f289c33001500f109
parentc1453cd6f6b79e050db976bcdcfe68235e45e0a7
Ignore pinch events from the wrong window

* src/xterm.c (handle_one_xevent): Use x_window_to_frame to find
frames for pinch events.
src/xterm.c