mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
swaybar: add free_hotspots helper function
This commit is contained in:
parent
a67fa8a05d
commit
19f0bf3864
3 changed files with 15 additions and 18 deletions
|
|
@ -102,6 +102,7 @@ bool bar_setup(struct swaybar *bar, const char *socket_path);
|
|||
void bar_run(struct swaybar *bar);
|
||||
void bar_teardown(struct swaybar *bar);
|
||||
|
||||
void free_hotspots(struct wl_list *list);
|
||||
void free_workspaces(struct wl_list *list);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue