]> git.eshelyaron.com Git - emacs.git/commit
Avoid unnecessary lookup of min and max keycodes when XKB is present
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jan 2022 02:24:01 +0000 (10:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 12 Jan 2022 02:24:01 +0000 (10:24 +0800)
commitf2fcea2716405aac9a3a6013b284b6b7be634725
treee7343c079f86e1b68bf674495fb8108fe77db673
parentee025b7f0ce0ad8555deebc90607e99d645400df
Avoid unnecessary lookup of min and max keycodes when XKB is present

* src/xterm.c (x_emacs_to_x_modifiers): Avoid calling
XDisplayKeycodes when that information is available in the xkb
desc and is not needed anyway.
src/xterm.c