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:
fa87cdb
)
action: change xkb_pointer_button_action::button to uint8_t
author
Ran Benita
<ran234@gmail.com>
Fri, 7 Feb 2014 18:58:19 +0000
(20:58 +0200)
committer
Ran Benita
<ran234@gmail.com>
Fri, 7 Feb 2014 22:11:42 +0000
(
00:11
+0200)
In XkbPtrBtnAction it is unsigned char, don't know how it became signed.
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
5f514ec
..
4bf247b
100644
(file)
--- a/
src/keymap.h
+++ b/
src/keymap.h
@@
-223,7
+223,7
@@
struct xkb_pointer_button_action {
enum xkb_action_type type;
enum xkb_action_flags flags;
uint8_t count;
- int8_t button;
+
u
int8_t button;
};
struct xkb_private_action {