summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.c')
-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)