xfree86: export xf86FindScreenForEntity() but keep it internal
Needed by the int10 module, so has to be in the symbol table. But still not supposed to be used by out-of-tree drivers. Reported-by: stefan11111 <stefan11111@shitposting.expert> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
f5777ff1dc
commit
711359b75c
|
@ -79,6 +79,7 @@ void xf86RemoveEntityFromScreen(ScrnInfoPtr pScrn, int entityIndex);
|
|||
_X_EXPORT /* only for internal int10 module - not supposed to be used by OOT drivers */
|
||||
Bool xf86IsEntityPrimary(int entityIndex);
|
||||
|
||||
_X_EXPORT /* only for internal int10 module - not supposed to be used by OOT drivers */
|
||||
ScrnInfoPtr xf86FindScreenForEntity(int entityIndex);
|
||||
|
||||
Bool xf86BusConfig(void);
|
||||
|
|
Loading…
Reference in New Issue