mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-21 05:34:05 -04:00
test mons close
This commit is contained in:
parent
51ba025716
commit
9eab4775ce
1 changed files with 4 additions and 2 deletions
|
|
@ -2538,8 +2538,6 @@ void createmon(struct wl_listener *listener, void *data) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printstatus();
|
|
||||||
|
|
||||||
/* The xdg-protocol specifies:
|
/* The xdg-protocol specifies:
|
||||||
*
|
*
|
||||||
* If the fullscreened surface is not opaque, the compositor must make
|
* If the fullscreened surface is not opaque, the compositor must make
|
||||||
|
|
@ -2568,6 +2566,10 @@ void createmon(struct wl_listener *listener, void *data) {
|
||||||
wlr_scene_optimized_blur_set_size(m->blur, m->m.width, m->m.height);
|
wlr_scene_optimized_blur_set_size(m->blur, m->m.width, m->m.height);
|
||||||
// wlr_scene_node_set_enabled(&m->blur->node, 1);
|
// wlr_scene_node_set_enabled(&m->blur->node, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updatemons(NULL, NULL);
|
||||||
|
|
||||||
|
printstatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
void // fix for 0.5
|
void // fix for 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue