mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaybar: set bar dirty on SNI event
This commit is contained in:
parent
6becde0246
commit
2fd41fe9c8
4 changed files with 18 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue