]> Dogcows Code - chaz/openbox/commitdiff
dont include transients in raise/lower interactions
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 06:47:02 +0000 (06:47 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 06:47:02 +0000 (06:47 +0000)
openbox/action.c

index b3fdf0f18f5b025792a1f0c1bdd64f2e6b208bbe..d25014443581ecd111db25b33b0e04b4d8088a3e 100644 (file)
@@ -944,7 +944,8 @@ void action_raiselower(union ActionData *data)
         if (cit == c) break;
         if (client_normal(cit) == client_normal(c) &&
             cit->layer == c->layer &&
-            cit->frame->visible)
+            cit->frame->visible &&
+            !client_search_transient(c, cit))
         {
             if (RECT_INTERSECTS_RECT(cit->frame->area, c->frame->area)) {
                 raise = TRUE;
This page took 0.025887 seconds and 4 git commands to generate.