Show name/class when mapping in debug mode.
authorMikael Magnusson <mikachu@gmail.com>
Tue, 10 Jun 2008 15:51:53 +0000 (17:51 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Tue, 10 Jun 2008 15:51:53 +0000 (17:51 +0200)
openbox/client.c

index 09f3e5b9c1eb2464803162d7ebfea3f4ab6f41b2..8ee53cf1f5738aab9261d53a59ecd10a12f5759a 100644 (file)
@@ -233,6 +233,7 @@ void client_manage(Window window, ObPrompt *prompt)
 
     ob_debug("Window type: %d", self->type);
     ob_debug("Window group: 0x%x", self->group?self->group->leader:0);
+    ob_debug("Window name: %s class: %s", self->name, self->class);
 
     /* now we have all of the window's information so we can set this up.
        do this before creating the frame, so it can tell that we are still