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:
Enrico Weigelt, metux IT consult 2025-05-20 20:27:27 +02:00
parent bc4a02ae20
commit 819df143d4
3 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,6 @@
#endif
/* General parameters */
extern _X_EXPORT Bool xf86ProbeIgnorePrimary;
extern _X_EXPORT Bool xorgHWAccess;
extern _X_EXPORT DevPrivateKeyRec xf86ScreenKeyRec;

View File

@ -9,5 +9,6 @@
extern Bool xf86DoConfigure;
extern Bool xf86DoConfigurePass1;
extern Bool xf86ProbeIgnorePrimary;
#endif /* _XSERVER_XF86_PRIV_H */

View File

@ -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"