From: Dana Jansens Date: Sun, 13 May 2007 17:17:23 +0000 (+0000) Subject: add a debug line X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=94d9d069b5a2a278ea461dcdb1eeb6ee11b26e9e;p=chaz%2Fopenbox add a debug line --- diff --git a/openbox/client.c b/openbox/client.c index 379342f4..39bd94d5 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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. */