]> git.eshelyaron.com Git - emacs.git/commit
Stop assuming X kbd state works with GDK when forwarding events to xwidgets
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Jan 2022 11:30:07 +0000 (19:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 4 Jan 2022 11:30:07 +0000 (19:30 +0800)
commit377bf26ebe292d16b26043c566a7c00c452caf27
tree8c2b24e1594ecf6e83f011aa4c01b860955deede
parent4309679742a89fbd1b56a1bdf601e85887d1eadc
Stop assuming X kbd state works with GDK when forwarding events to xwidgets

* src/xwidget.c (xw_translate_x_modifiers): New function.
(Fxwidget_perform_lispy_event): Translate X modifiers to GDK
modifiers before sending them to the xwidget.
src/xwidget.c