diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-04-16 18:17:05 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-04-16 21:32:31 -0400 |
| commit | 56fface3a4e2b5970e4867047207da84a58adeb2 (patch) | |
| tree | 0c7a497e9d53878905ca197ab216b9d8097aa0db /openbox/client.c | |
| parent | fde5d8601a182ae28fd65270766e51bea1f15a94 (diff) | |
add an option to next/previous window to only include hilited/flashing/urgent windows (feature req/bug #4341)
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 755e9ad5..2d78040a 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -295,7 +295,7 @@ void client_manage(Window window, ObPrompt *prompt) /* this checks for focus=false for the window */ (!settings || settings->focus != 0) && focus_valid_target(self, self->desktop, - FALSE, FALSE, TRUE, FALSE, FALSE, + FALSE, FALSE, TRUE, TRUE, FALSE, FALSE, settings->focus == 1)) { activate = TRUE; |
