client: client_unfocus_update is static
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
712234b133
commit
80d1a4ea96
|
@ -183,7 +183,7 @@ client_getbyframewin(xcb_window_t w)
|
||||||
/** Record that a client lost focus.
|
/** Record that a client lost focus.
|
||||||
* \param c Client being unfocused
|
* \param c Client being unfocused
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
client_unfocus_update(client_t *c)
|
client_unfocus_update(client_t *c)
|
||||||
{
|
{
|
||||||
globalconf.client_focus = NULL;
|
globalconf.client_focus = NULL;
|
||||||
|
|
|
@ -171,7 +171,6 @@ void client_set_skip_taskbar(lua_State *, int, bool);
|
||||||
void client_focus(client_t *);
|
void client_focus(client_t *);
|
||||||
void client_focus_update(client_t *);
|
void client_focus_update(client_t *);
|
||||||
void client_unfocus(client_t *);
|
void client_unfocus(client_t *);
|
||||||
void client_unfocus_update(client_t *);
|
|
||||||
bool client_hasproto(client_t *, xcb_atom_t);
|
bool client_hasproto(client_t *, xcb_atom_t);
|
||||||
void client_set_focus(client_t *, bool);
|
void client_set_focus(client_t *, bool);
|
||||||
void client_ignore_enterleave_events(void);
|
void client_ignore_enterleave_events(void);
|
||||||
|
|
Loading…
Reference in New Issue