swaybar: set bar dirty on SNI event

This commit is contained in:
Ian Fan 2018-12-07 12:40:45 +00:00
parent 6becde0246
commit 2fd41fe9c8
4 changed files with 18 additions and 1 deletions

View file

@ -124,7 +124,7 @@ static void destroy_layer_surface(struct swaybar_output *output) {
output->frame_scheduled = false;
}
static void set_bar_dirty(struct swaybar *bar) {
void set_bar_dirty(struct swaybar *bar) {
struct swaybar_output *output;
wl_list_for_each(output, &bar->outputs, link) {
set_output_dirty(output);