diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-04 18:22:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-04 18:22:19 +0000 |
| commit | 4cb48bebb5e13224c0f272809914de679cf395e1 (patch) | |
| tree | a216df040889918845bab155189a184708d0b62c /openbox/client.h | |
| parent | 1139d96e7f109158e27a0605f4de94ccceb41c55 (diff) | |
reverting the transient focus cycle change, its just not.. right. add the parent's title to the transient's for the popup instead of just relpacing it
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 5 |
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); |
