]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
when looking for the focus target, search for modal children in the entire transient...
[chaz/openbox] / openbox / client.c
index bc218af071f2df049e9193c77c7bdd2ae8ae8546..c7d03a826fa61c28e8bbd9452178586b4df69cf5 100644 (file)
@@ -2492,7 +2492,7 @@ ObClient *client_focus_target(ObClient *self)
     ObClient *child;
      
     /* if we have a modal child, then focus it, not us */
-    child = client_search_modal_child(self);
+    child = client_search_modal_child(client_search_top_transient(self));
     if (child) return child;
     return self;
 }
This page took 0.020452 seconds and 4 git commands to generate.