summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index ad8f506b..70fc5a97 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -493,8 +493,9 @@ Client *client_search_focus_tree(Client *self);
*/
Client *client_search_focus_tree_full(Client *self);
-/*! Return a modal child of the client window
- @return A modal child of the client window, or 0 if none was found.
+/*! 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.
*/
Client *client_search_modal_child(Client *self);