X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=283294296b444c2c4a7394a407c97b5b40710f06;hb=5e06be6abb68a95aa9cafc5a6f0c5e295ebe9bee;hp=c30d0e613ffaff3d03c348f975aaa34856a785ac;hpb=5c0f10b6b6602c18b211b6ebca6ec93557c8cea7;p=chaz%2Fopenbox 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)