]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
add ()'s to the macros for more safety
[chaz/openbox] / openbox / stacking.c
index 1d296e5f604ab5bb0a4b06517711bb0d1767fd01..72b7c03ba51856cf9b123326b38f429ffc1692aa 100644 (file)
@@ -102,7 +102,7 @@ void stacking_lower(Client *client)
     } else {
        while (it != stacking_list) {
            Client *c = it->data;
-           if (client->layer >= c->layer)
+           if (client->layer <= c->layer)
                break;
            it = it->prev;
        }
This page took 0.020938 seconds and 4 git commands to generate.