all repos — openbox @ 3adadb955e10b1043afd93c79b25ac9fcf4de7cc

openbox fork - make it a bit more like ryudo

resist all layers
Dana Jansens danakj@orodu.net
commit

3adadb955e10b1043afd93c79b25ac9fcf4de7cc

parent

7fddf2abc2b76e511be8fc14e22c1f310efe00ef

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

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

@@ -57,9 +57,6 @@ gint tl, tt, tr, tb; /* 1 past the target's edges on each side */

if (!WINDOW_IS_CLIENT(it->data)) continue; - /* only snap in the same layer */ - if (window_layer(it->data) != c->layer) - continue; target = it->data; /* don't snap to self or non-visibles */

@@ -205,9 +202,6 @@ b = RECT_BOTTOM(c->frame->area);

for (it = stacking_list; it; it = g_list_next(it)) { if (!WINDOW_IS_CLIENT(it->data)) - continue; - /* only snap in the same layer */ - if (window_layer(it->data) != c->layer) continue; target = it->data;