]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
add focus options
[chaz/openbox] / openbox / client.c
index 61635145a6e15fdfa9353b1cc9490f62bb63fb12..0dd1696730c6a26c53842c0625d6f569728eb907 100644 (file)
@@ -130,6 +130,7 @@ void client_manage_all()
 
         w = client_startup_stack_order[i-1];
         c = g_hash_table_lookup(client_map, &w);
+        g_message("0x%lx %d", c->window, c->iconic);
         if (c) stacking_lower(c);
     }
     g_free(client_startup_stack_order);
This page took 0.019421 seconds and 4 git commands to generate.