all repos — openbox @ 0844866bbd05ea6673f64f23f729d9a43fe041b8

openbox fork - make it a bit more like ryudo

reset first to TRUE properly when the desktop popup is off
Dana Jansens danakj@orodu.net
commit

0844866bbd05ea6673f64f23f729d9a43fe041b8

parent

c4ec27c27534d19543324765330db65596791e26

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

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

@@ -700,9 +700,10 @@

d = translate_row_col(r, c); } - if (config_desktop_popup) + if (config_desktop_popup) { popup_cycle(d, TRUE); - return d; + return d; + } done_cycle: first = TRUE;