summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 07:01:13 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 07:01:13 +0000
commite4be1f860bc579fd4a0d9dee6a6ca590030a791e (patch)
treea40ea9ec205bbe01b2819f2b25f7e5bfe3fce5be /openbox/focus.c
parent4736c257a54409bf3b0ef0d803da650c71684dee (diff)
prefix TRAN_GROUP to OB_TRAN_GROUP
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)