X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=b64d3e0071e4332feeff8b3fa25e4c83e04bd5a8;hb=5c2e4cced43e59fbe2bd974aabde9d0b1c9f5748;hp=2b88c876f4fa50a0bde3a234c4687f2e7c3520e5;hpb=2477a38d2f3063b697e44bf3690cf280fb26ca8a;p=chaz%2Fopenbox 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)