diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-27 23:10:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-27 23:10:22 +0000 |
| commit | bf32b376b595eab16a300f63937cad1042361eec (patch) | |
| tree | b2c2d12f8e0dd453c8c275801c2de77d0bbad28e /openbox/client.h | |
| parent | eee483bb472b0d3e95dd2470aa49656653dd13d6 (diff) | |
handle focus in the kernel, no more plugin
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openbox/client.h b/openbox/client.h index 27d780c6..a4e5c2ea 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -320,11 +320,6 @@ gboolean client_normal(Client *self); /* Returns if the window is focused */ gboolean client_focused(Client *self); -/*! Sets the client to a focused or unfocused state. This does not actually - change the input focus, but rather is used once focus has been moved to tell - the client that it is so. */ -void client_set_focused(Client *self, gboolean focused); - /*! Move and/or resize the window. This also maintains things like the client's minsize, and size increments. @param anchor The corner to keep in the same position when resizing. |
