mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Implement strip_workspace_name.
This commit is contained in:
parent
001ec1f3fd
commit
4bd46fb079
16 changed files with 88 additions and 32 deletions
|
|
@ -31,6 +31,7 @@ void free_workspaces(struct wl_list *list) {
|
|||
wl_list_for_each_safe(ws, tmp, list, link) {
|
||||
wl_list_remove(&ws->link);
|
||||
free(ws->name);
|
||||
free(ws->label);
|
||||
free(ws);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue