xfree86: xf86Priv.h: unexport xf86ModPathFrom

Not used by any external drivers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 11:59:58 +02:00
parent 712dc3d368
commit 4081e13245
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ extern _X_EXPORT int xf86Depth;
/* Other parameters */
extern _X_EXPORT xf86InfoRec xf86Info;
extern _X_EXPORT MessageType xf86ModPathFrom;
extern _X_EXPORT const char *xf86LogFile;
extern _X_EXPORT MessageType xf86LogFileFrom;
extern _X_EXPORT Bool xf86LogFileWasOpened;

View File

@ -37,6 +37,7 @@ extern Bool xf86FlipPixels;
extern Gamma xf86Gamma;
extern const char *xf86ModulePath;
extern MessageType xf86ModPathFrom;
/* xf86Cursor.c */
void xf86LockZoom(ScreenPtr pScreen, int lock);