]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
save the dock's class/name for future evil purposes!
[chaz/openbox] / openbox / client.c
index 5f54e640e3bfa668238bfe6d47ab218d7bc70b0d..77bf98fd0f126a4ebd5cdbb740c4a660cac96bc3 100644 (file)
@@ -301,7 +301,7 @@ void client_manage(Window window)
 
     dispatch_client(Event_Client_Mapped, self, 0, 0);
 
-    g_message("Managed window 0x%lx", window);
+    g_message("Managed window 0x%lx (%s)", window, self->name);
 }
 
 void client_unmanage_all()
@@ -315,7 +315,7 @@ void client_unmanage(Client *self)
     int j;
     GSList *it;
 
-    g_message("Unmanaging window: %lx", self->window);
+    g_message("Unmanaging window: %lx (%s)", self->window, self->name);
 
     dispatch_client(Event_Client_Destroy, self, 0, 0);
     g_assert(self != NULL);
This page took 0.020256 seconds and 4 git commands to generate.