]> git.eshelyaron.com Git - emacs.git/commit
Fix crashes when the _EMACS_DRAG_ATOM is the wrong type
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Jun 2022 05:32:27 +0000 (13:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Jun 2022 05:32:36 +0000 (13:32 +0800)
commit823b503c9da3d69a369bfeb1c2496cd22933360a
treee1b4c03f43e9ad8b7fd5403eb37720277b035c33
parent6d0148c5412b0a08dc36cfe1e1814e4804d3f422
Fix crashes when the _EMACS_DRAG_ATOM is the wrong type

* src/xterm.c (xm_get_drag_atom_1): Don't use PropModeAppend if
rc != Success.
src/xterm.c