all repos — openbox @ 423d70b41812f01c13b46c7f5a28dc727b337073

openbox fork - make it a bit more like ryudo

dont leave the focus indicator hanging around when dialogs are disabled
Dana Jansens danakj@orodu.net
commit

423d70b41812f01c13b46c7f5a28dc727b337073

parent

6212a5ff9c6c4d6d62e75ebfe85978fabf3f9878

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

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

@@ -526,9 +526,8 @@

if (cancel) { focus_cycle_target = NULL; goto done_cycle; - } else if (done && dialog) { + } else if (done) goto done_cycle; - } if (!focus_order[screen_desktop]) goto done_cycle;

@@ -588,9 +587,8 @@

if (cancel) { focus_cycle_target = NULL; goto done_cycle; - } else if (done && dialog) { + } else if (done) goto done_cycle; - } if (!focus_order[screen_desktop]) goto done_cycle;