From: Mikael Magnusson Date: Sun, 26 Oct 2008 23:51:56 +0000 (+0100) Subject: Show name/class when mapping in debug mode. X-Git-Tag: backport~139 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=c564b6245fcfaf0efd523cfa17bc1a73fe640d68 Show name/class when mapping in debug mode. --- diff --git a/openbox/client.c b/openbox/client.c index 7062cab..1d78a65 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