]> Dogcows Code - chaz/openbox/commitdiff
clarify comment
authorDana Jansens <danakj@orodu.net>
Sat, 24 May 2003 08:10:28 +0000 (08:10 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 24 May 2003 08:10:28 +0000 (08:10 +0000)
openbox/focus.c

index 20faaf9c7fdab4e9ca28f596f192dca035bbf130..8950a31e1499e42a2e34d296e6207973c8f9f6a9 100644 (file)
@@ -219,7 +219,8 @@ void focus_fallback(FallbackType type)
         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;
This page took 0.02466 seconds and 4 git commands to generate.