mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-01-10 11:08:23 -05:00
Incorporate XKBCommon into example
This commit is contained in:
parent
c385a7f8af
commit
5dd96c0772
7 changed files with 81 additions and 11 deletions
|
|
@ -11,7 +11,6 @@ struct wlr_keyboard *wlr_keyboard_create(struct wlr_keyboard_impl *impl,
|
|||
kb->impl = impl;
|
||||
kb->state = state;
|
||||
wl_signal_init(&kb->events.key);
|
||||
wl_signal_init(&kb->events.mods);
|
||||
return kb;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue