diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-22 05:41:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-22 05:41:16 +0000 |
| commit | d10c5383732eacad76a984bb57e4e00be90944cc (patch) | |
| tree | 6c443940bfa1b8da8c598a627586a0b2c36bbffa /openbox/place.c | |
| parent | 27eb1a773609fe472d17611c7886c0da04e88d4d (diff) | |
visible is in the frame struct
Diffstat (limited to 'openbox/place.c')
| -rw-r--r-- | openbox/place.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/place.c b/openbox/place.c index 3edb82c9..e92ba632 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -194,7 +194,7 @@ typedef enum } ObSmartType; #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 != (placer->desktop == DESKTOP_ALL ? \ screen_desktop : placer->desktop))) |
