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_list_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client_list_menu.c') diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 263b3398..b47ead02 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -55,7 +55,7 @@ static gboolean desk_menu_update(ObMenuFrame *frame, gpointer data) for (it = focus_order; it; it = g_list_next(it)) { ObClient *c = it->data; if (focus_valid_target(c, d->desktop, - TRUE, TRUE, FALSE, FALSE, FALSE, FALSE)) { + TRUE, TRUE, FALSE, TRUE, FALSE, FALSE, FALSE)) { ObMenuEntry *e; empty = FALSE; -- cgit v1.2.3