all repos — openbox @ 1c7c94614dd64490063f768b71a5b9cf192ce1db

openbox fork - make it a bit more like ryudo

rm debug print
Dana Jansens danakj@orodu.net
commit

1c7c94614dd64490063f768b71a5b9cf192ce1db

parent

c95102751953d4c2800747b0ae12601ee6f414b6

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

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

@@ -50,7 +50,6 @@ /* snapx and snapy ensure that the window snaps to the top-most

window edge available, without going all the way from bottom-to-top in the stacking list */ - g_print("r %d tl %d\n", r, tl); if (!snapx && cl >= tr && l < tr && l >= tr - resistance) *x = tr, snapx = TRUE; else if (!snapx && cr <= tl && r > tl && r <= tl + resistance)