re-staticify this function

This commit is contained in:
Dana Jansens 2007-05-17 23:14:59 +00:00
parent e47499a07c
commit 18ef3dce1c

View file

@ -359,7 +359,7 @@ static Bool event_look_for_focusin(Display *d, XEvent *e, XPointer arg)
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);
}