]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
make key grabbing per window instead of always root
[chaz/openbox] / openbox / client.h
index ad8f506b075a8d2e1c96194f308bbe0ffdb53ce4..70fc5a9711fd0972d461d219018d63095ff84ba0 100644 (file)
@@ -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);
 
This page took 0.026514 seconds and 4 git commands to generate.