]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
lots of fixes for the iconify animation. i think it should all work perfectly now ?
[chaz/openbox] / openbox / focus.c
index 823435c9df69d85c97e942f42c7060044726f30d..94257205196fa039a31eb3b3afa0a990a54406c6 100644 (file)
@@ -499,7 +499,7 @@ static gboolean valid_focus_target(ObClient *ft, gboolean dock_windows)
         for (it = ft->transients; it; it = g_slist_next(it)) {
             ObClient *c = it->data;
 
-            if (c->frame->visible)
+            if (frame_visible(c->frame))
                 return FALSE;
         }
         return TRUE;
This page took 0.020682 seconds and 4 git commands to generate.