]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
use the last event timestamp when focusing the focus_backup
[chaz/openbox] / openbox / client.c
index 8d2b3bbb6eb09c7ba36305d015257dff5dc997e4..3ebfcd60f6ab47af7e189f95e2e7c29e7ef3a512 100644 (file)
@@ -51,7 +51,7 @@ void client_startup()
 
     /* save the stacking order on startup! */
     PROP_GET32U(ob_root, net_client_list_stacking, window,
-                client_startup_stack_order, client_startup_stack_size))
+                client_startup_stack_order, client_startup_stack_size);
 
     client_set_list();
 }
@@ -234,7 +234,7 @@ void client_manage(Window window)
     /* update the list hints */
     client_set_list();
 
-    g_message("Managed window 0x%lx", window);
+/*    g_message("Managed window 0x%lx", window);*/
 }
 
 void client_unmanage_all()
@@ -249,7 +249,7 @@ void client_unmanage(Client *client)
     int j;
     GSList *it;
 
-    g_message("Unmanaging window: %lx", client->window);
+/*    g_message("Unmanaging window: %lx", client->window);*/
 
     dispatch_client(Event_Client_Destroy, client, 0, 0);
     g_assert(client != NULL);
This page took 0.020631 seconds and 4 git commands to generate.