xfree86: xf86Priv.h: xf86LogFile field

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 12:02:40 +02:00
parent 4081e13245
commit 61c5d14cf5
2 changed files with 2 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 const char *xf86LogFile;
extern _X_EXPORT MessageType xf86LogFileFrom;
extern _X_EXPORT Bool xf86LogFileWasOpened;
extern _X_EXPORT serverLayoutRec xf86ConfigLayout;

View File

@ -39,6 +39,8 @@ extern Gamma xf86Gamma;
extern const char *xf86ModulePath;
extern MessageType xf86ModPathFrom;
extern const char *xf86LogFile;
/* xf86Cursor.c */
void xf86LockZoom(ScreenPtr pScreen, int lock);
void xf86InitViewport(ScrnInfoPtr pScr);