diff options
Diffstat (limited to 'rcm-server-keymap.h')
-rw-r--r-- | rcm-server-keymap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rcm-server-keymap.h b/rcm-server-keymap.h index a68a1fd..a33632c 100644 --- a/rcm-server-keymap.h +++ b/rcm-server-keymap.h @@ -2,9 +2,9 @@ #define foorcmserverkeymaphfoo struct keycode { - char *protocol; + unsigned protocol; uint64_t scancode; - char *keycode; + struct linux_input_keycode *lik; }; struct keymap { |