mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Use common function for keyboard init and reconfig
This commit is contained in:
parent
4b617b1e8c
commit
6b49f87ae5
5 changed files with 11 additions and 26 deletions
|
|
@ -9,8 +9,7 @@ struct seat;
|
|||
struct keyboard;
|
||||
struct wlr_keyboard;
|
||||
|
||||
void keyboard_init(struct seat *seat);
|
||||
void keyboard_reload(struct seat *seat);
|
||||
void keyboard_init(struct seat *seat, bool reconfig);
|
||||
void keyboard_finish(struct seat *seat);
|
||||
|
||||
void keyboard_setup_handlers(struct keyboard *keyboard);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue