when finding edges and we're omnipresent only use windows on screen
This commit is contained in:
parent
10f79f4dae
commit
a866259d1f
1 changed files with 4 additions and 4 deletions
|
@ -3879,7 +3879,7 @@ ObClient *client_search_transient(ObClient *self, ObClient *search)
|
||||||
if (cur == c) \
|
if (cur == c) \
|
||||||
continue; \
|
continue; \
|
||||||
if (c->desktop != cur->desktop && cur->desktop != DESKTOP_ALL && \
|
if (c->desktop != cur->desktop && cur->desktop != DESKTOP_ALL && \
|
||||||
c->desktop != DESKTOP_ALL) \
|
cur->desktop != screen_desktop) \
|
||||||
continue; \
|
continue; \
|
||||||
if (cur->iconic) \
|
if (cur->iconic) \
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue