]> git.eshelyaron.com Git - emacs.git/commit
Fix rare crash when async input happens while creating xm drag window
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 08:36:03 +0000 (16:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 08:36:15 +0000 (16:36 +0800)
commit760fd43082975ba9400d846b87e2016f43e98c85
tree5dea7cfcc062fa0ea17b9832ed4ff7597e98a8b2
parentda274d73f9e12d461eee1a750694df9d81ad94fe
Fix rare crash when async input happens while creating xm drag window

* src/xterm.c (xm_get_drag_window): Work around XCloseDisplay
freezing upon being interrupted by a signal.
src/xterm.c