diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-09 17:29:28 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-09 17:29:28 -0500 |
commit | 739361aa70d61cbc9e062d6a90df09f258a1bbcb (patch) | |
tree | 58dc199a9bbec8a06e11fab98f918a8bb70262b7 /include/rootston | |
parent | c680ace5e8209d573e7ce2d676bbf5fe1b4ff894 (diff) |
wlr-keyboard: take out modifiers event struct (for now)
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/keyboard.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rootston/keyboard.h b/include/rootston/keyboard.h index 4dd70a65..51977f08 100644 --- a/include/rootston/keyboard.h +++ b/include/rootston/keyboard.h @@ -27,7 +27,6 @@ void roots_keyboard_destroy(struct roots_keyboard *keyboard); void roots_keyboard_handle_key(struct roots_keyboard *keyboard, struct wlr_event_keyboard_key *event); -void roots_keyboard_handle_modifiers(struct roots_keyboard *r_keyboard, - struct wlr_event_keyboard_modifiers *event); +void roots_keyboard_handle_modifiers(struct roots_keyboard *r_keyboard); #endif |