missed prefix of define
This commit is contained in:
parent
dbaa0c1511
commit
8db526a8a5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void plugin_setup_config()
|
||||||
static Rect* pick_head(ObClient *c)
|
static Rect* pick_head(ObClient *c)
|
||||||
{
|
{
|
||||||
/* try direct parent first */
|
/* 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,
|
return screen_area_monitor(c->desktop,
|
||||||
client_monitor(c->transient_for));
|
client_monitor(c->transient_for));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue