diff options
Diffstat (limited to 'plugins/placement/placement.c')
| -rw-r--r-- | plugins/placement/placement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/placement/placement.c b/plugins/placement/placement.c index 83f0e77e..e1c29df6 100644 --- 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)); } |
