all repos — openbox @ b394fe8e1014d901f2ae5855fb449d0ac0b3b2a2

openbox fork - make it a bit more like ryudo

wrong variable
Dana Jansens danakj@orodu.net
commit

b394fe8e1014d901f2ae5855fb449d0ac0b3b2a2

parent

12ce61180722770709e55469b656c75b01216753

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

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

@@ -1349,7 +1349,7 @@ for (it = struts_bottom[d]; it; it = g_slist_next(it)) {

StrutPartial *s = it->data; if (STRUT_BOTTOM_IN_SEARCH(s, search) && !STRUT_BOTTOM_IGNORE(s, us, search)) - r = MIN(r, ar - s->bottom); + b = MIN(b, ar - s->bottom); } /* limit to this monitor */