]> git.eshelyaron.com Git - emacs.git/commit
Avoid use of `uint' type in XKB code
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Nov 2022 12:17:39 +0000 (20:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Nov 2022 12:18:18 +0000 (20:18 +0800)
commitc05b0131745987d062bb0d324af38f3d55c833ba
tree60b8910f963d777063516c4090cb800efc810632
parent8dc36cc53b7c2b66ca06ca4db84209bc492ea665
Avoid use of `uint' type in XKB code

* src/xterm.c (x_find_modifier_meanings, handle_one_xevent): Use
`unsigned int' instead of `uint'.
src/xterm.c