projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d9bd6
)
Show name/class when mapping in debug mode.
author
Mikael Magnusson
<mikachu@gmail.com>
Tue, 10 Jun 2008 15:51:53 +0000
(17:51 +0200)
committer
Mikael Magnusson
<mikachu@gmail.com>
Tue, 10 Jun 2008 15:51:53 +0000
(17:51 +0200)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 09f3e5b9c1eb2464803162d7ebfea3f4ab6f41b2..8ee53cf1f5738aab9261d53a59ecd10a12f5759a 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-233,6
+233,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