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:
a8b6b08
)
keymap: use our type for keymap->enabled_ctrls
author
Ran Benita
<ran234@gmail.com>
Sun, 23 Sep 2012 22:50:19 +0000
(
00:50
+0200)
committer
Ran Benita
<ran234@gmail.com>
Mon, 24 Sep 2012 06:24:29 +0000
(08:24 +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
9ce0a55
..
843c223
100644
(file)
--- a/
src/keymap.h
+++ b/
src/keymap.h
@@
-360,7
+360,7
@@
struct xkb_keymap {
enum xkb_keymap_compile_flags flags;
enum xkb_keymap_format format;
-
unsigned int
enabled_ctrls;
+
enum xkb_action_controls
enabled_ctrls;
xkb_keycode_t min_key_code;
xkb_keycode_t max_key_code;