Compare commits
12 commits
5629572623
...
afb5a5fa80
Author | SHA1 | Date | |
---|---|---|---|
afb5a5fa80 | |||
43eab85ed5 | |||
fb2c6e791c | |||
4f960ea4f2 | |||
33d910d1a4 | |||
906fc903ab | |||
5ac1aa67fa | |||
45f7c1a685 | |||
14292964fa | |||
da0afb34ea | |||
c6185373e2 | |||
56363b548c |
1 changed files with 0 additions and 4 deletions
4
dwl.c
4
dwl.c
|
@ -467,10 +467,6 @@ void
|
||||||
arrange(Monitor *m)
|
arrange(Monitor *m)
|
||||||
{
|
{
|
||||||
Client *c;
|
Client *c;
|
||||||
|
|
||||||
if (!m->wlr_output->enabled)
|
|
||||||
return;
|
|
||||||
|
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
if (c->mon == m) {
|
if (c->mon == m) {
|
||||||
wlr_scene_node_set_enabled(&c->scene->node, VISIBLEON(c, m));
|
wlr_scene_node_set_enabled(&c->scene->node, VISIBLEON(c, m));
|
||||||
|
|
Loading…
Reference in a new issue