summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-06 14:34:22 +0000
committerDana Jansens <danakj@orodu.net>2007-06-06 14:34:22 +0000
commitd0bde36aa7a898c4ff4206b82dfcac4ab8466cb4 (patch)
tree579dbb4d93d7df3e55a06221e8dc25de667a09e1 /openbox/client.h
parent7a13f918758f5426d1115b7992bbb4bd7be17c0b (diff)
better code for the last commit. let transients get focus when a group member is focused too.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 03a1a9b7..f5b47ca4 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -635,6 +635,11 @@ ObClient *client_search_focus_tree(ObClient *self);
*/
ObClient *client_search_focus_tree_full(ObClient *self);
+/*! Searches a client's group and each member's transients for a focused
+ window. This doesn't go up the window's transient tree at all. If no
+ focused client is found, NULL is returned. */
+ObClient *client_search_focus_group_full(ObClient *self);
+
/*! Return a modal child of the client window that can be focused.
@return A modal child of the client window that can be focused, or 0 if
none was found.