]> git.eshelyaron.com Git - emacs.git/commit
Handle IO errors when creating Motif drag window
authorPo Lu <luangruo@yahoo.com>
Fri, 29 Apr 2022 05:48:02 +0000 (13:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 29 Apr 2022 05:48:02 +0000 (13:48 +0800)
commitcc297af17872233eb00d1bf06b4446be529dc1dc
treefc031ba3bc161496ea0a58c54e17a8e00f22edb3
parent6044efe76e8baec4395449675f4ad662183f2f85
Handle IO errors when creating Motif drag window

* src/xterm.c (xm_drag_window_io_error_handler): New function.
(xm_get_drag_window): Use that as the IO error handler when the
temporary display is open.
src/xterm.c