From 56fface3a4e2b5970e4867047207da84a58adeb2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 Apr 2010 18:17:05 -0400 Subject: add an option to next/previous window to only include hilited/flashing/urgent windows (feature req/bug #4341) --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') 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; -- cgit v1.2.3