xf86: unexport xf86DoConfigurePass1 field
This commit is contained in:
parent
ff39a3ea54
commit
38d0f08774
|
@ -52,7 +52,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* General parameters */
|
/* General parameters */
|
||||||
extern _X_EXPORT Bool xf86DoConfigurePass1;
|
|
||||||
extern _X_EXPORT Bool xf86ProbeIgnorePrimary;
|
extern _X_EXPORT Bool xf86ProbeIgnorePrimary;
|
||||||
extern _X_EXPORT Bool xorgHWAccess;
|
extern _X_EXPORT Bool xorgHWAccess;
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
|
|
||||||
extern Bool xf86DoConfigure;
|
extern Bool xf86DoConfigure;
|
||||||
|
extern Bool xf86DoConfigurePass1;
|
||||||
|
|
||||||
#endif /* _XSERVER_XF86_PRIV_H */
|
#endif /* _XSERVER_XF86_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue