mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
factor keyboard/cursor cleanup into own functions
This commit is contained in:
parent
0f9374c701
commit
58f5e8d16a
4 changed files with 28 additions and 12 deletions
|
|
@ -456,8 +456,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