Use XACE, not XCSECURITY to decide if SecurityLookup* are exported
This commit is contained in:
parent
3177dc498a
commit
c0cb8d1fb8
|
@ -162,7 +162,7 @@ _X_HIDDEN void *dixLookupTab[] = {
|
||||||
SYMFUNC(QueueWorkProc)
|
SYMFUNC(QueueWorkProc)
|
||||||
SYMFUNC(RegisterBlockAndWakeupHandlers)
|
SYMFUNC(RegisterBlockAndWakeupHandlers)
|
||||||
SYMFUNC(RemoveBlockAndWakeupHandlers)
|
SYMFUNC(RemoveBlockAndWakeupHandlers)
|
||||||
#ifdef XCSECURITY
|
#ifdef XACE
|
||||||
SYMFUNC(SecurityLookupDrawable)
|
SYMFUNC(SecurityLookupDrawable)
|
||||||
SYMFUNC(SecurityLookupWindow)
|
SYMFUNC(SecurityLookupWindow)
|
||||||
#endif
|
#endif
|
||||||
|
@ -283,7 +283,7 @@ _X_HIDDEN void *dixLookupTab[] = {
|
||||||
SYMFUNC(LookupIDByType)
|
SYMFUNC(LookupIDByType)
|
||||||
SYMFUNC(LookupIDByClass)
|
SYMFUNC(LookupIDByClass)
|
||||||
SYMFUNC(LegalNewID)
|
SYMFUNC(LegalNewID)
|
||||||
#ifdef XCSECURITY
|
#ifdef XACE
|
||||||
SYMFUNC(SecurityLookupIDByClass)
|
SYMFUNC(SecurityLookupIDByClass)
|
||||||
SYMFUNC(SecurityLookupIDByType)
|
SYMFUNC(SecurityLookupIDByType)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue