swaybar: add free_hotspots helper function

This commit is contained in:
Ian Fan 2018-10-12 20:18:04 +01:00
parent a67fa8a05d
commit 19f0bf3864
3 changed files with 15 additions and 18 deletions

View file

@ -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