X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fmoveresizeto.c;h=046a7b809f627382b3f312f2680423ffae00c5d1;hb=ad1b4c7358de45ef748e5aad35cf1b29fb8adbc3;hp=0f339e86166fc4034092b855423e94e8bb138b82;hpb=b02f558c1eaec7b97a805f399f3fe189d9748418;p=chaz%2Fopenbox diff --git a/openbox/actions/moveresizeto.c b/openbox/actions/moveresizeto.c index 0f339e86..046a7b80 100644 --- a/openbox/actions/moveresizeto.c +++ b/openbox/actions/moveresizeto.c @@ -130,7 +130,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) /* get the client's size back */ w -= c->frame->size.left + c->frame->size.right; - h -= c->frame->size.top + c->frame->size.bottom; + h -= c->frame->size.top + c->frame->size.bottom; frame_frame_gravity(c->frame, &x, &y); /* get the client coords */ client_try_configure(c, &x, &y, &w, &h, &lw, &lh, TRUE);