X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=2d3bf6c33b3a5ee411d7efe2802ac9103cbdf98b;hb=3b2b0998fccb395f0ed83230ac640d9fec315151;hp=3b1201747cee809d338989fa1e90a0d71564e262;hpb=ed6f5152ebeff016b9fbaadfe71ca722637661ea;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index 3b120174..2d3bf6c3 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -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)