xfree86: xf86.h: unexport xf86ProbeIgnorePrimary field
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
bc4a02ae20
commit
819df143d4
|
@ -50,7 +50,6 @@
|
|||
#endif
|
||||
|
||||
/* General parameters */
|
||||
extern _X_EXPORT Bool xf86ProbeIgnorePrimary;
|
||||
extern _X_EXPORT Bool xorgHWAccess;
|
||||
|
||||
extern _X_EXPORT DevPrivateKeyRec xf86ScreenKeyRec;
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
|
||||
extern Bool xf86DoConfigure;
|
||||
extern Bool xf86DoConfigurePass1;
|
||||
extern Bool xf86ProbeIgnorePrimary;
|
||||
|
||||
#endif /* _XSERVER_XF86_PRIV_H */
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "../os-support/linux/systemd-logind.h"
|
||||
|
||||
#include "loaderProcs.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
#include "xf86_os_support.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Opt_priv.h"
|
||||
|
|
Loading…
Reference in New Issue