all repos — openbox @ 62b3b8c57e61a1db007fc8825636e08cbe8f6220

openbox fork - make it a bit more like ryudo

typo
Dana Jansens danakj@orodu.net
commit

62b3b8c57e61a1db007fc8825636e08cbe8f6220

parent

1ee19207fbcf8c0918858d83d04b308ecd6988a7

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

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

@@ -279,7 +279,7 @@

/* focus the new window? */ if (ob_state() != OB_STATE_STARTING && (config_focus_new || (self->transient_for && - self->transient_for != TRAN_GROUP && + self->transient_for != OB_TRAN_GROUP && client_focused(self->transient_for))) && /* note the check against Type_Normal/Dialog, not client_normal(self), which would also include other types. in this case we want more