dont force fallbacks within groups

This commit is contained in:
Dana Jansens 2003-08-25 08:57:09 +00:00
parent 5186d04c61
commit dcb5a38fdb

View file

@ -190,6 +190,7 @@ void focus_fallback(ObFocusFallbackType type)
} }
} }
#if 0
/* try for group relations */ /* try for group relations */
if (old->group) { if (old->group) {
GSList *sit; GSList *sit;
@ -204,6 +205,7 @@ void focus_fallback(ObFocusFallbackType type)
return; return;
} }
} }
#endif
} }
for (it = focus_order[screen_desktop]; it != NULL; it = it->next) for (it = focus_order[screen_desktop]; it != NULL; it = it->next)