Show window role in the debug message for name/class too.
This commit is contained in:
parent
82db73cc43
commit
75ca846792
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue