all repos — openbox @ f969415426c0ae17ecb6c5d2d36802eaaa7bd893

openbox fork - make it a bit more like ryudo

fix assert happening by combining interactive and non-interactive actions
Dana Jansens danakj@orodu.net
commit

f969415426c0ae17ecb6c5d2d36802eaaa7bd893

parent

1ec4c3dfa8bd35911394ba0f68b07659dc8b3395

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

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

@@ -659,11 +659,12 @@ guint r, c;

static guint d = (guint)-1; guint ret; + if (d == (guint)-1) + d = screen_desktop; + if ((cancel || done) && dialog) goto show_cycle_dialog; - if (d == (guint)-1) - d = screen_desktop; get_row_col(d, &r, &c); if (linear) {