all repos — openbox @ 36b90c320ddcaf4ccb6a03f3185fd380f626644a

openbox fork - make it a bit more like ryudo

use the top when snapping to the top
Dana Jansens danakj@orodu.net
commit

36b90c320ddcaf4ccb6a03f3185fd380f626644a

parent

56713e45fb9a1d73cc16c69728f78eb6ab4f7b55

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

jump to
M plugins/resistance.cplugins/resistance.c

@@ -253,7 +253,7 @@ case Corner_BottomRight:

dlt = lt - *h + c->frame->area.height; drb = rb; if (lt >= at && dlt < at && dlt >= at - resist.integer) - *h = rb - al + 1; + *h = rb - at + 1; break; }