From: Dana Jansens Date: Sun, 10 Jun 2007 13:06:16 +0000 (+0000) Subject: copy/paste :x X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=825672c7be24236c3c83978c59b34ec4ced424a6;p=chaz%2Fopenbox copy/paste :x --- diff --git a/openbox/action.c b/openbox/action.c index d2e06131..bf675233 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1475,7 +1475,7 @@ void action_resize_relative(union ActionData *data) w1 = c->area.width + data->relative.deltax * c->size_inc.width; w2 = c->area.width + data->relative.deltax * c->size_inc.width + data->relative.deltaxl * c->size_inc.width; - h1 = c->area.height + data->relative.deltay * c->size_inc.width; + h1 = c->area.height + data->relative.deltay * c->size_inc.height; h2 = c->area.height + data->relative.deltay * c->size_inc.height + data->relative.deltayu * c->size_inc.height;