add a debug print
This commit is contained in:
parent
b60cf73900
commit
5a1fa9210d
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue