]> git.eshelyaron.com Git - emacs.git/commit
Minor cleanups in X Windows drag-and-drop code
authorPo Lu <luangruo@yahoo.com>
Sat, 9 Apr 2022 03:35:08 +0000 (11:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 9 Apr 2022 03:35:08 +0000 (11:35 +0800)
commitcb45fff0cb01d7a2e428676e0406bcc7ebc1e63a
treeb6528b8ead6e052759ce4fc412d92e4dd54485e0
parentf1bf1a069853315c0fa116ef4716ba38c9a67417
Minor cleanups in X Windows drag-and-drop code

* src/keyboard.c (kbd_buffer_get_event): Don't dereference f if
nil when generating mouse motion event.
* src/xterm.c (x_dnd_send_enter, x_dnd_send_position)
(x_dnd_send_leave, x_dnd_send_drop, x_send_scroll_bar_event):
Use NoEventMask instead of 0.
src/keyboard.c
src/xterm.c