]> git.eshelyaron.com Git - emacs.git/commit
Improve handling of input methods during drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Mon, 21 Mar 2022 03:48:36 +0000 (11:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 21 Mar 2022 03:48:36 +0000 (11:48 +0800)
commita379f50acb023e37c1731a41c49e1d3d8a34e858
treeffa59045ea19d8b1aaa0b9e36f379de31604a14a
parent2af8b18b2a53c11d33813ff407384f5eb53d92b2
Improve handling of input methods during drag-and-drop

* src/xterm.c (x_dnd_cleanup_drag_and_drop)
(x_dnd_begin_drag_and_drop): Stop removing IC and filter events
before dispatching them.
(x_filter_event): Actually filter events during DND.
(XTread_socket): Verify GenericEvents are actually input
extension events before ignoring them.
src/xterm.c