re-staticify this function
This commit is contained in:
parent
e47499a07c
commit
18ef3dce1c
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ static Bool event_look_for_focusin(Display *d, XEvent *e, XPointer arg)
|
||||||
return e->type == FocusIn && wanted_focusevent(e, FALSE);
|
return e->type == FocusIn && wanted_focusevent(e, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
Bool event_look_for_focusin_client(Display *d, XEvent *e, XPointer arg)
|
static Bool event_look_for_focusin_client(Display *d, XEvent *e, XPointer arg)
|
||||||
{
|
{
|
||||||
return e->type == FocusIn && wanted_focusevent(e, TRUE);
|
return e->type == FocusIn && wanted_focusevent(e, TRUE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue