From: Mikael Magnusson Date: Fri, 3 Jul 2009 19:20:30 +0000 (+0200) Subject: Show window role in the debug message for name/class too. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=75ca8467921f68fdbd6100a1a435a410ef31acb0 Show window role in the debug message for name/class too. --- diff --git a/openbox/client.c b/openbox/client.c index 016a660f..789a0347 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,