all repos — openbox @ d989e3c541ea14038258447610bea1ca48298568

openbox fork - make it a bit more like ryudo

oops missed a !
Dana Jansens danakj@orodu.net
commit

d989e3c541ea14038258447610bea1ca48298568

parent

3682b4ec400bf0fc8a1c524498eb98e8223d9097

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

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

@@ -175,7 +175,7 @@ a = screen_physical_area_monitor(i);

if (RECT_INTERSECTS_RECT(*a, self->area)) break; } - if (a) a = screen_physical_area_monitor(0); + if (!a) a = screen_physical_area_monitor(0); dx = MIN(0, (a->x + a->width) - (self->area.x + self->area.width)); dy = MIN(0, (a->y + a->height) - (self->area.y + self->area.height));