]> git.eshelyaron.com Git - emacs.git/commit
Minor fixes to WM_DELETE_WINDOW handling
authorPo Lu <luangruo@yahoo.com>
Sun, 10 Jul 2022 12:05:23 +0000 (20:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 10 Jul 2022 12:05:31 +0000 (20:05 +0800)
commita7fff3699131d82a448d8808205c4359f05aa388
tree5251f8a520e014fe34f1d5fb0f4bd6cdb10f127a
parent86dc875bf590c33d255af04d4e3249db05fca65d
Minor fixes to WM_DELETE_WINDOW handling

* src/xterm.c (handle_one_xevent): Only handle WM_DELETE_WINDOW
to toplevel windows, and set event timestamp.
src/xterm.c