mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 07:49:59 +00:00
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:
@@ -41,7 +41,7 @@
|
||||
/*
|
||||
* global structure that holds the result of parsing the config file
|
||||
*/
|
||||
extern _X_EXPORT XF86ConfigPtr xf86configptr;
|
||||
extern XF86ConfigPtr xf86configptr;
|
||||
#endif
|
||||
|
||||
typedef enum _ConfigStatus {
|
||||
|
||||
Reference in New Issue
Block a user