summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c4
1 files changed, 2 insertions, 2 deletions
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)