aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-09 17:29:28 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-09 17:29:28 -0500
commit739361aa70d61cbc9e062d6a90df09f258a1bbcb (patch)
tree58dc199a9bbec8a06e11fab98f918a8bb70262b7 /include/rootston
parentc680ace5e8209d573e7ce2d676bbf5fe1b4ff894 (diff)
wlr-keyboard: take out modifiers event struct (for now)
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/keyboard.h3
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