mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 19:04:50 +00:00
xfree86: xf86.h: unexport xf86DoConfigurePass1 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:
@@ -50,7 +50,6 @@
|
||||
#endif
|
||||
|
||||
/* General parameters */
|
||||
extern _X_EXPORT Bool xf86DoConfigurePass1;
|
||||
extern _X_EXPORT Bool xf86ProbeIgnorePrimary;
|
||||
extern _X_EXPORT Bool xorgHWAccess;
|
||||
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
#include "xf86.h"
|
||||
|
||||
extern Bool xf86DoConfigure;
|
||||
extern Bool xf86DoConfigurePass1;
|
||||
|
||||
#endif /* _XSERVER_XF86_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user