]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
yay. way way cleaner code for iconify animations. let people show/hide the frame...
[chaz/openbox] / openbox / action.c
index 2e348c7c20aa9ef3e5a2a9f220e85f39f8745329..797552f69abd2c649704f496fcf29c5798ef2795 100644 (file)
@@ -1263,9 +1263,9 @@ void action_raiselower(union ActionData *data)
 
             if (cit == c) break;
             if (client_normal(cit) == client_normal(c) &&
-                    cit->layer == c->layer &&
-                    frame_visible(cit->frame) &&
-                    !client_search_transient(c, cit))
+                cit->layer == c->layer &&
+                cit->frame->visible &&
+                !client_search_transient(c, cit))
             {
                 if (RECT_INTERSECTS_RECT(cit->frame->area, c->frame->area)) {
                     raise = TRUE;
This page took 0.023347 seconds and 4 git commands to generate.