]> git.eshelyaron.com Git - emacs.git/commit
Handle virtual modifiers in the DND scrolling code
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Jul 2022 01:20:05 +0000 (09:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Jul 2022 01:20:05 +0000 (09:20 +0800)
commit356618ca6a649979256552de8f2fa2a5ab6a0161
treea0ee5919fb213747dbf6c0f4c691758bfbec715d
parent15df17964df385dbec2119d52fef8e5b368ee99d
Handle virtual modifiers in the DND scrolling code

* lisp/x-dnd.el (x-dnd-modifier-mask): Handle virtual modifiers.
* src/xfns.c (Fx_get_modifier_masks): New function.
(syms_of_xfns): Define new subr.
* src/xterm.c (x_get_keyboard_modifiers): New function.
* src/xterm.h: Update prototypes.
lisp/x-dnd.el
src/xfns.c
src/xterm.c
src/xterm.h