]> git.eshelyaron.com Git - emacs.git/commit
Only handle SelectionRequest events from the DND display during DND
authorPo Lu <luangruo@yahoo.com>
Thu, 12 May 2022 01:07:59 +0000 (09:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 12 May 2022 01:11:52 +0000 (09:11 +0800)
commit69d3a84c8326e12a37d4f4f5acd7616b35143335
treef18738d94c381f8aee67bb4b009b203032dbc757
parent3c5b332f1a4d9849c5de93236d33329f95952421
Only handle SelectionRequest events from the DND display during DND

* src/xterm.c (handle_one_xevent): Handle only SelectionRequest
events from the DND frame's display via hold_quit.
src/xterm.c