]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
add the notion of "application windows" meaning normal or dialog type windows.
[chaz/openbox] / openbox / focus.c
index 8fcb13f93d4bb01b0453cb199a0966d046984d42..b1e312361152c733712a9d6d6dfa816e2bb962e5 100644 (file)
@@ -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)));
This page took 0.020388 seconds and 4 git commands to generate.