mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
xfree86: mark xf86configptr exported for Nvidia legacy
Nvidia has a strange habit of messing with really internal stuff, so need to add it to the executable's symbol table. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
/*
|
||||
* global structure that holds the result of parsing the config file
|
||||
*/
|
||||
extern XF86ConfigPtr xf86configptr;
|
||||
/* only exported for funny Nvidia legacy - no driver should ever use it */
|
||||
extern _X_EXPORT XF86ConfigPtr xf86configptr;
|
||||
|
||||
typedef enum _ConfigStatus {
|
||||
CONFIG_OK = 0,
|
||||
|
||||
Reference in New Issue
Block a user