X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;fp=openbox%2Fclient.c;h=ab00cd0d6cfb3eb21f018f3e8cf60fced8269de2;hb=e6fea245756b59f83dc0f51d13feee9cf093a1a1;hp=0ccb343b1ce32c0808eb914b2f30c75c5bd5ba6d;hpb=7b57ef12963a298c731d0ef4a67de9c985ac9ba4;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 0ccb343b..ab00cd0d 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -232,6 +232,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