diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 495eef81..bee3b5d7 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -496,6 +496,8 @@ Client *client_search_focus_tree_full(Client *self); */ Client *client_search_modal_child(Client *self); +Client *client_search_top_transient(Client *self); + /*! Return the "closest" client in the given direction */ Client *client_find_directional(Client *c, Direction dir); |
