From d0bde36aa7a898c4ff4206b82dfcac4ab8466cb4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Jun 2007 14:34:22 +0000 Subject: better code for the last commit. let transients get focus when a group member is focused too. --- openbox/client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/client.h') 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. -- cgit v1.2.3