types/wlr_keyboard: uniformize events name

This commit is contained in:
Simon Zeni 2022-03-09 15:05:12 -05:00 committed by Kirill Primak
parent bd6c000d14
commit 9a17200446
18 changed files with 23 additions and 23 deletions

View file

@ -20,7 +20,7 @@
static void send_key_event(struct wlr_x11_backend *x11, uint32_t key,
enum wl_keyboard_key_state st, xcb_timestamp_t time) {
struct wlr_event_keyboard_key ev = {
struct wlr_keyboard_key_event ev = {
.time_msec = time,
.keycode = key,
.state = st,