From 5784f11132cb2ee64af23695867aca9f4ebe0b9b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 May 2007 20:57:40 +0000 Subject: add the notion of "application windows" meaning normal or dialog type windows. let you alt-tab to non-application windows when they dont have an application window in their group --- openbox/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 8fcb13f9..b1e31236 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -475,7 +475,7 @@ static gboolean valid_focus_target(ObClient *ft, gboolean dock_windows) else ok = (ft->type == OB_CLIENT_TYPE_NORMAL || ft->type == OB_CLIENT_TYPE_DIALOG || - (!client_has_group_siblings(ft) && + (!client_has_application_group_siblings(ft) && (ft->type == OB_CLIENT_TYPE_TOOLBAR || ft->type == OB_CLIENT_TYPE_MENU || ft->type == OB_CLIENT_TYPE_UTILITY))); -- cgit v1.2.3