all repos — openbox @ fd8af998eaa7f22570959d400ee21e66624940ff

openbox fork - make it a bit more like ryudo

was incorrectly using the width for calculations instead of the height in client_find_onscreen
Dana Jansens danakj@orodu.net
commit

fd8af998eaa7f22570959d400ee21e66624940ff

parent

9ac1099e1432d9ff0a4e13b6179267a475f27334

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

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

@@ -1003,7 +1003,7 @@ *y = a->y + a->height - fh/10;

if (!self->strut.left && *x + fw*9/10 - 1 < a->x) *x = a->x - fw*9/10; if (!self->strut.top && *y + fh*9/10 - 1 < a->y) - *y = a->y - fw*9/10; + *y = a->y - fh*9/10; } /* This here doesn't let windows even a pixel outside the