add a debug print
This commit is contained in:
parent
2fabd7bd15
commit
33d48c5271
1 changed files with 3 additions and 0 deletions
|
@ -397,6 +397,9 @@ void client_manage(Window window)
|
||||||
self->area.width = MIN(self->area.width, a.width);
|
self->area.width = MIN(self->area.width, a.width);
|
||||||
self->area.height = MIN(self->area.height, a.height);
|
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 */
|
/* adjust the frame to the client's new size */
|
||||||
frame_adjust_area(self->frame, FALSE, TRUE, FALSE);
|
frame_adjust_area(self->frame, FALSE, TRUE, FALSE);
|
||||||
frame_adjust_client_area(self->frame);
|
frame_adjust_client_area(self->frame);
|
||||||
|
|
Loading…
Reference in a new issue