Unexport xf86NoSharedResources
This commit is contained in:
parent
d7d9edb506
commit
eaf3fdf970
|
@ -2671,7 +2671,7 @@ CheckGenericGA()
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
_X_EXPORT Bool
|
Bool
|
||||||
xf86NoSharedResources(int screenIndex,resType res)
|
xf86NoSharedResources(int screenIndex,resType res)
|
||||||
{
|
{
|
||||||
int j;
|
int j;
|
||||||
|
|
|
@ -321,7 +321,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86IsEntityPrimary)
|
SYMFUNC(xf86IsEntityPrimary)
|
||||||
SYMFUNC(xf86SetOperatingState)
|
SYMFUNC(xf86SetOperatingState)
|
||||||
SYMFUNC(xf86FindScreenForEntity)
|
SYMFUNC(xf86FindScreenForEntity)
|
||||||
SYMFUNC(xf86NoSharedResources)
|
|
||||||
/* Shared Accel Accessor Functions */
|
/* Shared Accel Accessor Functions */
|
||||||
SYMFUNC(xf86GetLastScrnFlag)
|
SYMFUNC(xf86GetLastScrnFlag)
|
||||||
SYMFUNC(xf86SetLastScrnFlag)
|
SYMFUNC(xf86SetLastScrnFlag)
|
||||||
|
|
Loading…
Reference in New Issue