This commit is contained in:
Joan Bruguera Micó 2026-01-28 13:22:56 -08:00 committed by GitHub
commit 5fc6a3c869
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 10 deletions

View file

@ -78,6 +78,9 @@ uint32_t event_to_x11_button(uint32_t event);
void free_hotspots(struct wl_list *list);
bool handle_workspace_button(struct swaybar_output *output,
uint32_t button, bool released, const char *ws);
void swaybar_seat_free(struct swaybar_seat *seat);
#endif