all repos — openbox @ 825672c7be24236c3c83978c59b34ec4ced424a6

openbox fork - make it a bit more like ryudo

copy/paste :x
Dana Jansens danakj@orodu.net
commit

825672c7be24236c3c83978c59b34ec4ced424a6

parent

71f5b460cd4a68a6d3004844a36f55637777a911

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -1475,7 +1475,7 @@ y = c->area.y;

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;