factor keyboard/cursor cleanup into own functions

This commit is contained in:
bi4k8 2021-12-31 23:30:25 +00:00
parent 12b05604a2
commit e680beccf1
4 changed files with 28 additions and 12 deletions

View file

@ -455,8 +455,10 @@ void cursor_set(struct seat *seat, const char *cursor_name);
void cursor_update_focus(struct server *server);
void cursor_init(struct seat *seat);
void cursor_finish(struct seat *seat);
void keyboard_init(struct seat *seat);
void keyboard_finish(struct seat *seat);
void arrange_layers(struct output *output);