]> Dogcows Code - chaz/openbox/commitdiff
dont force fallbacks within groups
authorDana Jansens <danakj@orodu.net>
Mon, 25 Aug 2003 08:57:09 +0000 (08:57 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 25 Aug 2003 08:57:09 +0000 (08:57 +0000)
openbox/focus.c

index c30d0e613ffaff3d03c348f975aaa34856a785ac..283294296b444c2c4a7394a407c97b5b40710f06 100644 (file)
@@ -190,6 +190,7 @@ void focus_fallback(ObFocusFallbackType type)
             }
         }
 
+#if 0
         /* try for group relations */
         if (old->group) {
             GSList *sit;
@@ -204,6 +205,7 @@ void focus_fallback(ObFocusFallbackType type)
                                 return;
                             }
         }
+#endif
     }
 
     for (it = focus_order[screen_desktop]; it != NULL; it = it->next)
This page took 0.02312 seconds and 4 git commands to generate.