From: Dana Jansens Date: Mon, 25 Aug 2003 08:57:09 +0000 (+0000) Subject: dont force fallbacks within groups X-Git-Tag: openbox-3_0-rc1-RELEASE~561 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=dcb5a38fdb52356fef7b94644dedc358fd2bfd85;p=dana%2Fopenbox.git 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)