mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
factor keyboard/cursor cleanup into own functions
This commit is contained in:
parent
12b05604a2
commit
e680beccf1
4 changed files with 28 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue