Unexport xf86EnterServerState
This commit is contained in:
parent
c1df4fbede
commit
0ca4f3cee7
|
@ -1790,7 +1790,7 @@ SetSIGIOForState(xf86State state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_X_EXPORT void
|
void
|
||||||
xf86EnterServerState(xf86State state)
|
xf86EnterServerState(xf86State state)
|
||||||
{
|
{
|
||||||
EntityPtr pEnt;
|
EntityPtr pEnt;
|
||||||
|
|
|
@ -326,7 +326,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86CheckPciMemBase)
|
SYMFUNC(xf86CheckPciMemBase)
|
||||||
SYMFUNC(xf86IsEntityPrimary)
|
SYMFUNC(xf86IsEntityPrimary)
|
||||||
SYMFUNC(xf86SetOperatingState)
|
SYMFUNC(xf86SetOperatingState)
|
||||||
SYMFUNC(xf86EnterServerState)
|
|
||||||
SYMFUNC(xf86ChkConflict)
|
SYMFUNC(xf86ChkConflict)
|
||||||
SYMFUNC(xf86FindScreenForEntity)
|
SYMFUNC(xf86FindScreenForEntity)
|
||||||
SYMFUNC(xf86RegisterStateChangeNotificationCallback)
|
SYMFUNC(xf86RegisterStateChangeNotificationCallback)
|
||||||
|
|
Loading…
Reference in New Issue