From 8db526a8a512d353d40386fa1408f566a42974a4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Aug 2003 18:59:59 +0000 Subject: [PATCH] missed prefix of define --- plugins/placement/placement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.2