]> git.eshelyaron.com Git - emacs.git/commit
Minor cleanups to X drag-and-drop code
authorPo Lu <luangruo@yahoo.com>
Fri, 20 May 2022 03:21:47 +0000 (11:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 20 May 2022 03:21:47 +0000 (11:21 +0800)
commit242a4b49cb8397ae4eae0a3d7941e9d5afa16cd7
tree93edd4cccdf29fb50b58346ef9dd763a4d653515
parent8a7d8bb04b38ba9849b60d63c9fcfd36856eb424
Minor cleanups to X drag-and-drop code

* src/xterm.c (struct x_client_list_window): Write comments
describing the meaning of each field.
(XM_DRAG_PROTOCOL_VERSION, xm_setup_dnd_targets)
(xm_setup_drag_info, xm_read_drag_receiver_info)
(x_dnd_compute_toplevels): Don't hard-code the supported Motif
protocol version.
src/xterm.c