]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
clarify comment
[chaz/openbox] / openbox / focus.c
index ebe93a76acc2cc651fa1cdf7c79186d517dc0fb1..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;
@@ -265,7 +266,6 @@ Client *focus_cycle(gboolean forward, gboolean linear, gboolean done,
     Client *ft;
 
     if (cancel) {
-        /*if (first) client_focus(first); XXX*/
         if (focus_cycle_target)
             frame_adjust_focus(focus_cycle_target->frame, FALSE);
         if (focus_client)
This page took 0.023749 seconds and 4 git commands to generate.