]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
usnig flex directly, renaming symbols so that theres no clash with other lexers
[chaz/openbox] / 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.024208 seconds and 4 git commands to generate.