Show name/class when mapping in debug mode.

This commit is contained in:
Mikael Magnusson 2008-10-27 00:51:56 +01:00
parent f34b2571b9
commit c564b6245f

View file

@ -312,6 +312,7 @@ void client_manage(Window window, ObPrompt *prompt)
ob_debug("Window type: %d\n", self->type); ob_debug("Window type: %d\n", self->type);
ob_debug("Window group: 0x%x\n", self->group?self->group->leader:0); 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);
/* now we have all of the window's information so we can set this up. /* 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 do this before creating the frame, so it can tell that we are still