From e4be1f860bc579fd4a0d9dee6a6ca590030a791e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 07:01:13 +0000 Subject: prefix TRAN_GROUP to OB_TRAN_GROUP --- openbox/focus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 2b88c876..b64d3e00 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -194,7 +194,7 @@ void focus_fallback(FallbackType type) if (type == Fallback_Unfocusing && old) { /* try for transient relations */ if (old->transient_for) { - if (old->transient_for == TRAN_GROUP) { + if (old->transient_for == OB_TRAN_GROUP) { for (it = focus_order[screen_desktop]; it; it = it->next) { GSList *sit; @@ -262,7 +262,7 @@ static void popup_cycle(ObClient *c, gboolean show) popup_size(focus_cycle_popup, 320, 48); /* use the transient's parent's title/icon */ - while (p->transient_for && p->transient_for != TRAN_GROUP) + while (p->transient_for && p->transient_for != OB_TRAN_GROUP) p = p->transient_for; if (p == c) -- cgit v1.2.3