]> Dogcows Code - chaz/openbox/commitdiff
Show name/class when mapping in debug mode.
authorMikael Magnusson <mikachu@gmail.com>
Sun, 26 Oct 2008 23:51:56 +0000 (00:51 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 26 Oct 2008 23:51:56 +0000 (00:51 +0100)
openbox/client.c

index 7062cabd6bdecfc7f961cabe750df32251dca2cd..1d78a65885309a05970d7757c276b8ee4db37a19 100644 (file)
@@ -312,6 +312,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);
 
     /* 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.042442 seconds and 4 git commands to generate.