diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-07-03 21:20:30 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-07-03 21:20:38 +0200 |
| commit | 75ca8467921f68fdbd6100a1a435a410ef31acb0 (patch) | |
| tree | 1b215381eebb2f77fdfa88553ce61309d9f83a6d | |
| parent | 82db73cc4344cf4e8a3757fb1ec50be77e3bc9d8 (diff) | |
Show window role in the debug message for name/class too.
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
