From 92d3f2342db3d3bfd5d41a6c3dc165efa7766ffa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 25 Apr 2003 21:27:16 +0000 Subject: 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. --- openbox/client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/client.h') 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); -- cgit v1.2.3