diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-10 13:06:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-10 13:06:16 +0000 |
| commit | 825672c7be24236c3c83978c59b34ec4ced424a6 (patch) | |
| tree | d0a5956ed9bba19a36858dc1685923b3e70374ce | |
| parent | 71f5b460cd4a68a6d3004844a36f55637777a911 (diff) | |
copy/paste :x
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
