]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / client.c
index 0ccb343b1ce32c0808eb914b2f30c75c5bd5ba6d..ab00cd0d6cfb3eb21f018f3e8cf60fced8269de2 100644 (file)
@@ -232,6 +232,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
This page took 0.021956 seconds and 4 git commands to generate.