aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/interfaces/wlr_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/interfaces/wlr_keyboard.h')
-rw-r--r--include/wlr/interfaces/wlr_keyboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/interfaces/wlr_keyboard.h b/include/wlr/interfaces/wlr_keyboard.h
index 5848416d..570f5721 100644
--- a/include/wlr/interfaces/wlr_keyboard.h
+++ b/include/wlr/interfaces/wlr_keyboard.h
@@ -14,6 +14,7 @@ void wlr_keyboard_destroy(struct wlr_keyboard *keyboard);
void wlr_keyboard_notify_key(struct wlr_keyboard *keyboard,
struct wlr_event_keyboard_key *event);
void wlr_keyboard_notify_modifiers(struct wlr_keyboard *keyboard,
- struct wlr_event_keyboard_modifiers *event);
+ uint32_t mods_depressed, uint32_t mods_latched, uint32_t mods_locked,
+ uint32_t group);
#endif