diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2008-10-27 00:58:56 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2008-10-27 00:58:56 +0100 |
| commit | e6fea245756b59f83dc0f51d13feee9cf093a1a1 (patch) | |
| tree | cefbc79a17772ac53d3df991d4c6a1c6a6319aaf /openbox/client.c | |
| parent | 7b57ef12963a298c731d0ef4a67de9c985ac9ba4 (diff) | |
| parent | c564b6245fcfaf0efd523cfa17bc1a73fe640d68 (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.c | 1 |
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 |
