diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-11 19:27:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-11 19:27:44 +0000 |
| commit | cbfa27759de455ddbfef3c2206c2c56cabf67c97 (patch) | |
| tree | 0a1233caad9b2688c5a411442bcadb5abf667219 /openbox/client.c | |
| parent | d9601bc196c130adfc14af73261919b9a7aa3db2 (diff) | |
extra braces.. why does the world hate me so?
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.c b/openbox/client.c index 8358293d..02141af4 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -469,9 +469,7 @@ void client_manage(Window window) 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 @@ void client_manage(Window window) I stole this idea from KWin. It seems nice. */ if (!focus_client->can_focus && focus_client->focus_notify) - { activate = FALSE; - } } if (activate) |
