visible is in the frame struct

This commit is contained in:
Dana Jansens 2003-09-22 05:41:16 +00:00
parent 27eb1a7736
commit d10c538373

View file

@ -194,7 +194,7 @@ typedef enum
} ObSmartType; } ObSmartType;
#define SMART_IGNORE(placer, c) \ #define SMART_IGNORE(placer, c) \
(placer == c || !c->visible || c->shaded || !client_normal(c) || \ (placer == c || !c->frame->visible || c->shaded || !client_normal(c) || \
(c->desktop != DESKTOP_ALL && \ (c->desktop != DESKTOP_ALL && \
c->desktop != (placer->desktop == DESKTOP_ALL ? \ c->desktop != (placer->desktop == DESKTOP_ALL ? \
screen_desktop : placer->desktop))) screen_desktop : placer->desktop)))