]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
when a window pops up a child, don't avoid focusing it because you were working in...
[chaz/openbox] / openbox / client.h
index c2461cb9a1a750973783e982242525da2f372faa..a3d50b0e83d5610fd6edd529eec13e2b75e65d05 100644 (file)
@@ -643,12 +643,18 @@ RrImage* client_icon(ObClient *self);
   transient for */
 gboolean client_has_parent(ObClient *self);
 
-/*! Searches a client's direct parents for a focused window. The function does
-  not check for the passed client, only for *ONE LEVEL* of its parents.
-  If no focused parentt is found, NULL is returned.
+/*! Searches a client's immediate parents for a focused window. The function
+  does not check for the passed client, only for *ONE LEVEL* of its parents.
+  If no focused parent is found, NULL is returned.
 */
 ObClient *client_search_focus_parent(ObClient *self);
 
+/*! Searches a client's parents for a focused window. The function
+  does not check for the passed client, but searches through all of its
+  parents. If no focused parent is found, NULL is returned.
+*/
+ObClient *client_search_focus_parent_full(ObClient *self);
+
 /*! Searches a client's transients for a focused window. The function does not
   check for the passed client, only for its transients.
   If no focused transient is found, NULL is returned.
This page took 0.022336 seconds and 4 git commands to generate.