xfree86: xf86Priv.h: unexport xf86Gamma 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 11:55:47 +02:00
parent c3f9b81144
commit 48e1f66730
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@
extern _X_EXPORT int xf86FbBpp; extern _X_EXPORT int xf86FbBpp;
extern _X_EXPORT int xf86Depth; extern _X_EXPORT int xf86Depth;
extern _X_EXPORT Gamma xf86Gamma;
/* Other parameters */ /* Other parameters */

View File

@ -34,6 +34,7 @@ extern char *xf86KeyboardName;
extern rgb xf86Weight; extern rgb xf86Weight;
extern Bool xf86FlipPixels; extern Bool xf86FlipPixels;
extern Gamma xf86Gamma;
/* xf86Cursor.c */ /* xf86Cursor.c */
void xf86LockZoom(ScreenPtr pScreen, int lock); void xf86LockZoom(ScreenPtr pScreen, int lock);