xfree86: xf86Config: unexport xf86configptr

Not used by any external drivers, and this header isn't even installed
in the SDK, so no need to keep this field exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 17:40:11 +02:00
parent 5387f9d7f1
commit af29902c5c

View File

@ -41,7 +41,7 @@
/* /*
* global structure that holds the result of parsing the config file * global structure that holds the result of parsing the config file
*/ */
extern _X_EXPORT XF86ConfigPtr xf86configptr; extern XF86ConfigPtr xf86configptr;
#endif #endif
typedef enum _ConfigStatus { typedef enum _ConfigStatus {