mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
seat configuration
This commit is contained in:
parent
538903bc5a
commit
c173d30b92
7 changed files with 41 additions and 4 deletions
|
|
@ -300,6 +300,7 @@ void free_input_config(struct input_config *ic) {
|
|||
return;
|
||||
}
|
||||
free(ic->identifier);
|
||||
free(ic->seat);
|
||||
free(ic);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue