all repos — openbox @ 5da2b67298d8671c5885f7526bb112dd5c8eb38b

openbox fork - make it a bit more like ryudo

off by one error
Dana Jansens danakj@orodu.net
commit

5da2b67298d8671c5885f7526bb112dd5c8eb38b

parent

186824fc13aa0aaa114ed4aaa9e05ad8377b3507

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

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

@@ -59,8 +59,8 @@ if (!target->frame->visible || target == c) continue;

tl = RECT_LEFT(target->frame->area) - 1; tt = RECT_TOP(target->frame->area) - 1; - tr = RECT_RIGHT(target->frame->area)+ 2; - tb = RECT_BOTTOM(target->frame->area) + 2; + tr = RECT_RIGHT(target->frame->area) + 1; + tb = RECT_BOTTOM(target->frame->area) + 1; /* snapx and snapy ensure that the window snaps to the top-most window edge available, without going all the way from