]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
move the openbox engine into librender and the kernel. the theme is loaded and stored...
[chaz/openbox] / openbox / stacking.c
index b8194a785d206e5839fed92802387ffd5437ca90..275cd572bc1395b7f55535da60dac167bae30669 100644 (file)
@@ -94,6 +94,8 @@ void stacking_lower(Client *client)
                 GSList *sit;
                 Client *c = it->data;
 
+                if (it->data == client) continue;
+
                 for (sit = c->group->members; sit; sit = sit->next)
                     if (sit->data == it->data) break;
                 if (sit) break; /* got it */
This page took 0.019767 seconds and 4 git commands to generate.