]> Dogcows Code - chaz/openbox/commitdiff
add a debug line
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 17:17:23 +0000 (17:17 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 17:17:23 +0000 (17:17 +0000)
openbox/client.c

index 379342f48578efb074fcba9eba417f0fcd480cf7..39bd94d5e530917a8eb056fc8c33da2eca73fded 100644 (file)
@@ -386,6 +386,12 @@ void client_manage(Window window)
     if (ob_state() == OB_STATE_RUNNING) {
         gboolean transient;
 
+        ob_debug("Positioned: %s @ %d %d\n",
+                 (!self->positioned ? "no" :
+                  (self->positioned == PPosition ? "program specified" :
+                   (self->positioned == USPosition ? "user specified" :
+                    "BADNESS !?"))), self->area.x, self->area.y);
+
         transient = place_client(self, &self->area.x, &self->area.y, settings);
 
         /* make sure the window is visible. */
This page took 0.027282 seconds and 4 git commands to generate.