summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-10-27 00:51:56 +0100
committerMikael Magnusson <mikachu@gmail.com>2008-10-27 00:51:56 +0100
commitc564b6245fcfaf0efd523cfa17bc1a73fe640d68 (patch)
tree89b82633655e800829d2e6d67cdbb36c0e314e4a
parentf34b2571b99f40885548fc3ea7c8c5b45ba64335 (diff)
Show name/class when mapping in debug mode.
-rw-r--r--openbox/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 7062cabd..1d78a658 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -312,6 +312,7 @@ void client_manage(Window window, ObPrompt *prompt)
ob_debug("Window type: %d\n", self->type);
ob_debug("Window group: 0x%x\n", self->group?self->group->leader:0);
+ ob_debug("Window name: %s class: %s\n", 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