Add xf86OSInputThreadInit to stub os-support as well
stub os support also needs to provide xf86OSInputThreadInit, omitted in
ea1527a8
This commit is contained in:
parent
2e18eec6f0
commit
c020769dbf
|
@ -24,3 +24,9 @@ void
|
||||||
xf86UseMsg(void)
|
xf86UseMsg(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
xf86OSInputThreadInit()
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue