]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
visible is in the frame struct
[chaz/openbox] / openbox / focus.c
index 22036917a85a2719fc9de5701db976b8c7599af5..541cf0101453b461e45726aa42424c7c0cef7d83 100644 (file)
@@ -167,8 +167,9 @@ void focus_fallback(ObFocusFallbackType type)
     */
     focus_set_client(NULL);
 
-    if (config_focus_follow && focus_under_pointer())
-        return;
+    if (!config_focus_last && config_focus_follow)
+        if (focus_under_pointer())
+            return;
 
     if (type == OB_FOCUS_FALLBACK_UNFOCUSING && old) {
         /* try for transient relations */
This page took 0.023531 seconds and 4 git commands to generate.