]> git.eshelyaron.com Git - emacs.git/commit
Fix manually disowning Emacs drag atoms
authorPo Lu <luangruo@yahoo.com>
Tue, 5 Jul 2022 11:17:03 +0000 (19:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 5 Jul 2022 11:17:37 +0000 (19:17 +0800)
commit9298a571ebb15b3020c9e865d0a34cff4a07e77e
tree399ff559d92cc9817f8c53854a199b3915684241
parent678453ebc65cc075fbf777a9b41557c26de544f2
Fix manually disowning Emacs drag atoms

* src/xterm.c (handle_one_xevent): Disown Motif drag atom if
eventp->time is CurrentTime as well.  This can happen with some
synthetic events.
src/xterm.c