grow to edge is a move and a resize, oops

This commit is contained in:
Dana Jansens 2003-09-02 05:34:04 +00:00
parent cf40ff8791
commit fa55dc4bb1

View file

@ -1203,7 +1203,7 @@ void action_growtoedge(union ActionData *data)
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)