all repos — openbox @ 9609c7f5ecadc488c450433925921ee2de44f033

openbox fork - make it a bit more like ryudo

maybe i should have tried opening a submenu too
Mikael Magnusson mikachu@comhem.se
commit

9609c7f5ecadc488c450433925921ee2de44f033

parent

fa32adf16ce190fd20fc75cbe37551fc1cc3f89f

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

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

@@ -306,7 +306,6 @@ client->frame->area.y + client->frame->size.top);

else menu_frame_move(frame, x - ob_rr_theme->bwidth, y - ob_rr_theme->bwidth); - frame->monitor = 0; for (i = 0; i < screen_num_monitors; ++i) { Rect *a = screen_physical_area_monitor(i); if (RECT_CONTAINS(*a, frame->area.x, frame->area.y)) {
M openbox/menuframe.copenbox/menuframe.c

@@ -605,6 +605,7 @@ }

} if (parent) { + self->monitor = parent->monitor; if (parent->child) menu_frame_hide(parent->child); parent->child = self;