From: Dana Jansens Date: Mon, 25 Aug 2003 08:57:09 +0000 (+0000) Subject: dont force fallbacks within groups X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=dcb5a38fdb52356fef7b94644dedc358fd2bfd85;p=chaz%2Fopenbox dont force fallbacks within groups --- 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)