summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 04:34:18 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 04:34:18 +0000
commit0719843c680dc7f7393ae72d5f560ffdbb959563 (patch)
tree8bbbf775b095707b464e499c7b3c22028a797748 /openbox/client.h
parentd2a628a48768f67e6f9f3da038ce7b975615195a (diff)
add client_search_top_transient.
keep transients all on the same desktop together. use client_search_top_transient where possible in client.c
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
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);