]> Dogcows Code - chaz/openbox/commitdiff
clarify using stacking_lower for restoring the stacking order
authorDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 00:54:47 +0000 (00:54 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 00:54:47 +0000 (00:54 +0000)
openbox/client.c

index b1655eee8fc28849e68d18e3b09d06e42d9b1e7a..c5d1daa67be3516e78f78b833eebb08425f5f356 100644 (file)
@@ -123,7 +123,10 @@ void client_manage_all()
     }
     XFree(children);
 
-    /* stack them as they were on startup! */
+    /* stack them as they were on startup!
+       why with stacking_lower? Why, because then windows who aren't in the
+       stacking list are on the top where you can see them instead of buried
+       at the bottom! */
     for (i = client_startup_stack_size; i > 0; --i) {
         Client *c;
 
This page took 0.033584 seconds and 4 git commands to generate.