From 0719843c680dc7f7393ae72d5f560ffdbb959563 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 04:34:18 +0000 Subject: add client_search_top_transient. keep transients all on the same desktop together. use client_search_top_transient where possible in client.c --- openbox/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') 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); -- cgit v1.2.3