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:
parent
5387f9d7f1
commit
af29902c5c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue