all repos — openbox @ fa55dc4bb1a349cfb3a55f7d0f85b03d6fa0e09f

openbox fork - make it a bit more like ryudo

grow to edge is a move and a resize, oops
Dana Jansens danakj@orodu.net
commit

fa55dc4bb1a349cfb3a55f7d0f85b03d6fa0e09f

parent

cf40ff879161d33f3879c855d0c787d3a335b342

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

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

@@ -1203,7 +1203,7 @@ }

frame_frame_gravity(c->frame, &x, &y); width -= c->frame->size.left + c->frame->size.right; height -= c->frame->size.top + c->frame->size.bottom; - client_move(c, x, y); + client_move_resize(c, x, y, width, height); } void action_send_to_layer(union ActionData *data)