swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 3fe7676b2558b14653f0d94c9f7a9352c6096cd0
parent 2a378d5c71866432aef636d04fda4663f3679a75
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 13 Sep 2013 19:37:57 -0700

keyboard: Fix typo

Diffstat:
Mlibswc/keyboard.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswc/keyboard.h b/libswc/keyboard.h @@ -13,7 +13,7 @@ struct swc_keyboard_handler { bool (* key)(struct swc_keyboard * keyboard, uint32_t time, uint32_t key, uint32_t state); - bool (* modifiers)(struct swc_keyboard * keyboyard, uint32_t serial, + bool (* modifiers)(struct swc_keyboard * keyboard, uint32_t serial, uint32_t mods_depressed, uint32_t mods_latched, uint32_t mods_locked, uint32_t group); };