all repos — openbox @ 628a4ff368c09a10a2eb738bac804b9a3025ed64

openbox fork - make it a bit more like ryudo

snap to bottoms too =]
Dana Jansens danakj@orodu.net
commit

628a4ff368c09a10a2eb738bac804b9a3025ed64

parent

39bd954b8bf197fa08f73ffade953fe531463796

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

jump to
M src/Window.ccsrc/Window.cc

@@ -3190,7 +3190,7 @@ dy = winrect.top() - frame.rect.height();

snapped = True; } // snap bottom of other window? - else if (dbottom > 0 && dbottom < resistance_size) { + else if (dbottom >= 0 && dbottom < resistance_size) { dy = winrect.bottom() + 1; snapped = True; }