dont force fallbacks within groups
This commit is contained in:
parent
5186d04c61
commit
dcb5a38fdb
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue