summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-25 08:57:09 +0000
committerDana Jansens <danakj@orodu.net>2003-08-25 08:57:09 +0000
commitdcb5a38fdb52356fef7b94644dedc358fd2bfd85 (patch)
treed046d2b6a95e10f57f58ff63080793e80e38dd1d /openbox
parent5186d04c613056c44490bd3f6766fd969e83305a (diff)
dont force fallbacks within groups
Diffstat (limited to 'openbox')
-rw-r--r--openbox/focus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index c30d0e61..28329429 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -190,6 +190,7 @@ void focus_fallback(ObFocusFallbackType type)
}
}
+#if 0
/* try for group relations */
if (old->group) {
GSList *sit;
@@ -204,6 +205,7 @@ void focus_fallback(ObFocusFallbackType type)
return;
}
}
+#endif
}
for (it = focus_order[screen_desktop]; it != NULL; it = it->next)