all repos — openbox @ 33d48c5271f1aa6a11d2ae2107550ac4587a35db

openbox fork - make it a bit more like ryudo

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

33d48c5271f1aa6a11d2ae2107550ac4587a35db

parent

2fabd7bd15caa23e7d29e171fbcaa42ba19df90a

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

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

@@ -397,6 +397,9 @@ /* fit the window inside the area */

self->area.width = MIN(self->area.width, a.width); self->area.height = MIN(self->area.height, a.height); + ob_debug("setting window size to %dx%d\n", + self->area.width, self->area.height); + /* adjust the frame to the client's new size */ frame_adjust_area(self->frame, FALSE, TRUE, FALSE); frame_adjust_client_area(self->frame);