summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-10-27 00:58:56 +0100
committerMikael Magnusson <mikachu@gmail.com>2008-10-27 00:58:56 +0100
commite6fea245756b59f83dc0f51d13feee9cf093a1a1 (patch)
treecefbc79a17772ac53d3df991d4c6a1c6a6319aaf /openbox/client.c
parent7b57ef12963a298c731d0ef4a67de9c985ac9ba4 (diff)
parentc564b6245fcfaf0efd523cfa17bc1a73fe640d68 (diff)
Merge branch 'backport' into work
Conflicts: openbox/client.c openbox/prop.c openbox/prop.h
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 0ccb343b..ab00cd0d 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -232,6 +232,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