mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 23:50:06 +01:00
Add xf86OSInputThreadInit to stub os-support as well
stub os support also needs to provide xf86OSInputThreadInit, omitted inea1527a8(cherry picked from commitc020769dbf)
This commit is contained in:
parent
b259485975
commit
0c012f968b
1 changed files with 6 additions and 0 deletions
|
|
@ -24,3 +24,9 @@ void
|
||||||
xf86UseMsg(void)
|
xf86UseMsg(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
xf86OSInputThreadInit()
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue