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:
Enrico Weigelt, metux IT consult 2025-06-20 14:39:09 +02:00 committed by Enrico Weigelt
parent f5777ff1dc
commit 711359b75c

View File

@ -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 */ _X_EXPORT /* only for internal int10 module - not supposed to be used by OOT drivers */
Bool xf86IsEntityPrimary(int entityIndex); Bool xf86IsEntityPrimary(int entityIndex);
_X_EXPORT /* only for internal int10 module - not supposed to be used by OOT drivers */
ScrnInfoPtr xf86FindScreenForEntity(int entityIndex); ScrnInfoPtr xf86FindScreenForEntity(int entityIndex);
Bool xf86BusConfig(void); Bool xf86BusConfig(void);