]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
going down the order so look for a lower layer
[chaz/openbox] / openbox / stacking.c
index 564b995e2d8f292bc6bd26fb6802bb96ac552b9c..c4fb06a2b3d81bc4cb67d8b9244803acd7b1c893 100644 (file)
@@ -530,7 +530,7 @@ static gboolean stacking_occludes(ObClient *client, ObClient *sibling)
                         occludes = TRUE;
                         break;
                     }
-                    else if (c->layer > client->layer)
+                    else if (c->layer < client->layer)
                         break; /* we past its layer */
                 }
             }
This page took 0.023496 seconds and 4 git commands to generate.