Add xf86OSInputThreadInit to stub os-support as well

stub os support also needs to provide xf86OSInputThreadInit, omitted in
ea1527a8

(cherry picked from commit c020769dbf)
This commit is contained in:
Jon Turney 2019-03-13 14:57:14 +00:00 committed by Alan Coopersmith
parent b259485975
commit 0c012f968b

View File

@ -24,3 +24,9 @@ void
xf86UseMsg(void)
{
}
void
xf86OSInputThreadInit()
{
return;
}