From 75ca8467921f68fdbd6100a1a435a410ef31acb0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 3 Jul 2009 21:20:30 +0200 Subject: [PATCH] Show window role in the debug message for name/class too. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 016a660..789a034 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -313,7 +313,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); + ob_debug("Window name: %s class: %s role: %s\n", self->name, self->class, self->role); /* per-app settings override stuff from client_get_all, and return the settings for other uses too. the returned settings is a shallow copy, -- 1.9.1