projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27eb1a7
)
visible is in the frame struct
author
Dana Jansens
<danakj@orodu.net>
Mon, 22 Sep 2003 05:41:16 +0000
(
05:41
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 22 Sep 2003 05:41:16 +0000
(
05:41
+0000)
openbox/place.c
patch
|
blob
|
history
diff --git
a/openbox/place.c
b/openbox/place.c
index 3edb82c9b4681419bb89c3faf39bedb2332800f5..e92ba632458ad701beb00409ed043acb73f57533 100644
(file)
--- 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)))