clarify comment
This commit is contained in:
parent
d61b48a2ef
commit
cd54e31a59
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ void focus_fallback(FallbackType type)
|
||||||
if (type != Fallback_Unfocusing || it->data != old)
|
if (type != Fallback_Unfocusing || it->data != old)
|
||||||
if (client_normal(it->data) &&
|
if (client_normal(it->data) &&
|
||||||
/* dont fall back to 'anonymous' fullscreen windows. theres no
|
/* 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*)it->data)->fullscreen &&
|
||||||
client_focus(it->data))
|
client_focus(it->data))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue