X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=789a0347ddbff2d0f6eaf7e3c7283a7061f3aa78;hb=75ca8467921f68fdbd6100a1a435a410ef31acb0;hp=016a660fd486b9875b27714813cbc6db6dd0e959;hpb=82db73cc4344cf4e8a3757fb1ec50be77e3bc9d8;p=chaz%2Fopenbox 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,