all repos — openbox @ cd54e31a5922b329de20ca6cb355a4212a7aa704

openbox fork - make it a bit more like ryudo

clarify comment
Dana Jansens danakj@orodu.net
commit

cd54e31a5922b329de20ca6cb355a4212a7aa704

parent

d61b48a2ef2c315818a322ae84385228f4438dd3

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/focus.copenbox/focus.c

@@ -219,7 +219,8 @@ for (it = focus_order[screen_desktop]; it != NULL; it = it->next)

if (type != Fallback_Unfocusing || it->data != old) if (client_normal(it->data) && /* dont fall back to 'anonymous' fullscreen windows. theres no - checks for this is in transient/group fallbacks. */ + checks for this is in transient/group fallbacks, so they can + be fallback targets there. */ !((Client*)it->data)->fullscreen && client_focus(it->data)) return;