From: Dana Jansens Date: Sat, 26 May 2007 03:09:45 +0000 (+0000) Subject: add a debug print X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;ds=inline;h=5a1fa9210d8d2ba483fe790750af34b0ce511da6;p=chaz%2Fopenbox add a debug print --- diff --git a/openbox/client.c b/openbox/client.c index 9c8b2ee1..d0cb1934 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -589,6 +589,10 @@ ObClient *client_fake_manage(Window window) self->frame = frame_new(self); frame_adjust_area(self->frame, FALSE, TRUE, TRUE); + ob_debug("gave extents left %d right %d top %d bottom %d\n", + self->frame->size.left, self->frame->size.right, + self->frame->size.top, self->frame->size.bottom); + /* free the ObAppSettings shallow copy */ g_free(settings);