From: Mikael Magnusson Date: Tue, 10 Jun 2008 15:51:53 +0000 (+0200) Subject: Show name/class when mapping in debug mode. X-Git-Tag: mikabox-3.4.7.2~36 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=07273bc2ae22b3fbaae279b568713ff0db5b1e71;p=mikachu%2Fopenbox.git Show name/class when mapping in debug mode. --- diff --git a/openbox/client.c b/openbox/client.c index 09f3e5b9..8ee53cf1 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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