From: Dana Jansens Date: Tue, 5 Aug 2003 18:59:59 +0000 (+0000) Subject: missed prefix of define X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8db526a8a512d353d40386fa1408f566a42974a4;p=chaz%2Fopenbox missed prefix of define --- 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)); }