summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-23 22:40:33 +0000
committerDana Jansens <danakj@orodu.net>2007-04-23 22:40:33 +0000
commit9f11e2af6b230c168814c362bd1647c481e0330a (patch)
tree316204b8e2025978d808f4fa6806c764df1cda40 /openbox/client.h
parent33e017838fa6f2747f2ec217843fa7a08f6b516e (diff)
cycling between dock windows now possible with the <panels>yes</panels> option
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 38722f42..73596790 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -620,9 +620,6 @@ ObClient *client_search_parent(ObClient *self, ObClient *search);
NULL is returned if the given search is not a transient of the client. */
ObClient *client_search_transient(ObClient *self, ObClient *search);
-/*! Return the "closest" client in the given direction */
-ObClient *client_find_directional(ObClient *c, ObDirection dir);
-
/*! Return the closest edge in the given direction */
gint client_directional_edge_search(ObClient *c, ObDirection dir, gboolean hang);