summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-25 21:27:16 +0000
committerDana Jansens <danakj@orodu.net>2003-04-25 21:27:16 +0000
commit92d3f2342db3d3bfd5d41a6c3dc165efa7766ffa (patch)
tree7a2167c4fe40b93838d7cbb91d13442367532c49 /openbox/client.h
parent16a9ac018ed77e245e873be60729be509fa1ce92 (diff)
add helper functions for manipulating the focus_order list.
move the focus popup into focus.c, out of action.c allow cycling to iconic windows, which are kept at the bottom of the focus_order lists.
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 36e1b238..e7ee3085 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -417,9 +417,6 @@ void client_set_state(Client *self, Atom action, long data1, long data2);
Client passed to it or another Client if appropriate. */
Client *client_focus_target(Client *self);
-/* Returns if a client can be focused or not */
-gboolean client_focusable(Client *self);
-
/*! Attempt to focus the client window */
gboolean client_focus(Client *self);