Fix bar subcommand handler structs and selection

This commit is contained in:
Brian Ashworth 2018-10-09 13:41:12 -04:00
parent 782a835175
commit 00745d6280
3 changed files with 35 additions and 21 deletions

View file

@ -531,6 +531,8 @@ void free_sway_binding(struct sway_binding *sb);
void seat_execute_command(struct sway_seat *seat, struct sway_binding *binding);
void load_swaybar(struct bar_config *bar);
void load_swaybars(void);
void terminate_swaybg(pid_t pid);