From 94d9d069b5a2a278ea461dcdb1eeb6ee11b26e9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 17:17:23 +0000 Subject: [PATCH] add a debug line --- openbox/client.c | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ -- 2.39.2