all repos — openbox @ ca8665e3093108d5b148916de69ffd9a13be88e4

openbox fork - make it a bit more like ryudo

fix a comment
Dana Jansens danakj@orodu.net
commit

ca8665e3093108d5b148916de69ffd9a13be88e4

parent

8446e50b7a6af13f2e06b8bdb2784ce2cb11ce5e

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

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

@@ -385,7 +385,7 @@ /* This is focus stealing prevention */

ob_debug("Want to focus new window 0x%x with time %u (last time %u)\n", self->window, self->user_time, last_time); - /* If a nothing at all, or a parent was focused, then focus this + /* If nothing is focused, or a parent was focused, then focus this always */ if (!focus_client || client_search_focus_parent(self) != NULL)