grow to edge is a move and a resize, oops
This commit is contained in:
parent
cf40ff8791
commit
fa55dc4bb1
1 changed files with 1 additions and 1 deletions
|
@ -1203,7 +1203,7 @@ void action_growtoedge(union ActionData *data)
|
||||||
frame_frame_gravity(c->frame, &x, &y);
|
frame_frame_gravity(c->frame, &x, &y);
|
||||||
width -= c->frame->size.left + c->frame->size.right;
|
width -= c->frame->size.left + c->frame->size.right;
|
||||||
height -= c->frame->size.top + c->frame->size.bottom;
|
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)
|
void action_send_to_layer(union ActionData *data)
|
||||||
|
|
Loading…
Reference in a new issue