all repos — openbox @ 5a1fa9210d8d2ba483fe790750af34b0ce511da6

openbox fork - make it a bit more like ryudo

add a debug print
Dana Jansens danakj@orodu.net
commit

5a1fa9210d8d2ba483fe790750af34b0ce511da6

parent

b60cf73900135f41802ab010227fe26aa66e6807

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -589,6 +589,10 @@ /* create the decoration frame for the client window and adjust its size */

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);