keysym-utf: make keysym->unicode table a bit smaller
Saves a few kbytes, and unlikely to change. Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
dd29b14e11
commit
239a5be10e
|
@ -38,8 +38,9 @@
|
|||
#include "xkbcommon/xkbcommon.h"
|
||||
#include "utils.h"
|
||||
|
||||
/* We don't use the uint32_t types here, to save some space. */
|
||||
struct codepair {
|
||||
xkb_keysym_t keysym;
|
||||
uint16_t keysym;
|
||||
uint16_t ucs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue