From 4cb48bebb5e13224c0f272809914de679cf395e1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Jun 2003 18:22:19 +0000 Subject: 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 --- openbox/client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbox/client.h') 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); -- cgit v1.2.3