all repos — openbox @ cbfa27759de455ddbfef3c2206c2c56cabf67c97

openbox fork - make it a bit more like ryudo

extra braces.. why does the world hate me so?
Dana Jansens danakj@orodu.net
commit

cbfa27759de455ddbfef3c2206c2c56cabf67c97

parent

d9601bc196c130adfc14af73261919b9a7aa3db2

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

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

@@ -469,9 +469,7 @@ /* If a nothing at all, or a parent was focused, then focus this

always */ if (!focus_client || client_search_focus_parent(self) != NULL) - { activate = TRUE; - } else { /* If time stamp is old, don't steal focus */

@@ -481,9 +479,7 @@ /* Don't steal focus from globally active clients.

I stole this idea from KWin. It seems nice. */ if (!focus_client->can_focus && focus_client->focus_notify) - { activate = FALSE; - } } if (activate)