diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-26 03:09:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-26 03:09:45 +0000 |
| commit | 5a1fa9210d8d2ba483fe790750af34b0ce511da6 (patch) | |
| tree | fc7175741a80757a1e374a4549951b55735d5091 | |
| parent | b60cf73900135f41802ab010227fe26aa66e6807 (diff) | |
add a debug print
| -rw-r--r-- | openbox/client.c | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
