xf86.h: unexport xf86ProbeIgnorePrimary field
This commit is contained in:
parent
38d0f08774
commit
d4a492b0be
|
|
@ -52,7 +52,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