projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a2593
)
keymap: reduce padding in struct xkb_sym_interpret
author
Ran Benita
<ran234@gmail.com>
Sun, 9 Feb 2014 15:49:30 +0000
(17:49 +0200)
committer
Ran Benita
<ran234@gmail.com>
Sun, 9 Feb 2014 15:49:30 +0000
(17:49 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap.h
patch
|
blob
|
history
diff --git
a/src/keymap.h
b/src/keymap.h
index
4bf247b
..
09d711f
100644
(file)
--- a/
src/keymap.h
+++ b/
src/keymap.h
@@
-262,10
+262,10
@@
struct xkb_key_type {
struct xkb_sym_interpret {
xkb_keysym_t sym;
enum xkb_match_operation match;
- bool level_one_only;
xkb_mod_mask_t mods;
xkb_mod_index_t virtual_mod;
union xkb_action action;
+ bool level_one_only;
bool repeat;
};