fix: ISTILED marco only judge tile state
This commit is contained in:
@@ -101,8 +101,7 @@
|
|||||||
A->geom.y + A->geom.height < A->mon->m.y + A->mon->m.height)
|
A->geom.y + A->geom.height < A->mon->m.y + A->mon->m.height)
|
||||||
#define ISTILED(A) \
|
#define ISTILED(A) \
|
||||||
(A && !(A)->isfloating && !(A)->isminied && !(A)->iskilling && \
|
(A && !(A)->isfloating && !(A)->isminied && !(A)->iskilling && \
|
||||||
!client_should_ignore_focus(A) && !(A)->isunglobal && \
|
!(A)->ismaxmizescreen && !(A)->isfullscreen)
|
||||||
!(A)->animation.tagouting && !(A)->ismaxmizescreen && !(A)->isfullscreen)
|
|
||||||
#define VISIBLEON(C, M) \
|
#define VISIBLEON(C, M) \
|
||||||
((M) && (C)->mon == (M) && ((C)->tags & (M)->tagset[(M)->seltags]))
|
((M) && (C)->mon == (M) && ((C)->tags & (M)->tagset[(M)->seltags]))
|
||||||
#define LENGTH(X) (sizeof X / sizeof X[0])
|
#define LENGTH(X) (sizeof X / sizeof X[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user