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:
dbaa0c1
)
missed prefix of define
author
Dana Jansens
<danakj@orodu.net>
Tue, 5 Aug 2003 18:59:59 +0000
(18:59 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 5 Aug 2003 18:59:59 +0000
(18:59 +0000)
plugins/placement/placement.c
patch
|
blob
|
history
diff --git
a/plugins/placement/placement.c
b/plugins/placement/placement.c
index 83f0e77e22f0671a5dd9bffc9868c03a41775f94..e1c29df60a51bc07f172b5fdd7dbd3486af33809 100644
(file)
--- a/
plugins/placement/placement.c
+++ b/
plugins/placement/placement.c
@@
-29,7
+29,7
@@
void plugin_setup_config()
static Rect* pick_head(ObClient *c)
{
/* try direct parent first */
- if (c->transient_for && c->transient_for != TRAN_GROUP) {
+ if (c->transient_for && c->transient_for !=
OB_
TRAN_GROUP) {
return screen_area_monitor(c->desktop,
client_monitor(c->transient_for));
}