From 07273bc2ae22b3fbaae279b568713ff0db5b1e71 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 10 Jun 2008 17:51:53 +0200 Subject: [PATCH] Show name/class when mapping in debug mode. --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1