Show window role in the debug message for name/class too.

This commit is contained in:
Mikael Magnusson 2009-07-03 21:20:30 +02:00
parent 82db73cc43
commit 75ca846792

View file

@ -313,7 +313,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); 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 /* per-app settings override stuff from client_get_all, and return the
settings for other uses too. the returned settings is a shallow copy, settings for other uses too. the returned settings is a shallow copy,