xfree86: export xf86FlipPixels() but keep it internal

Needed by the int10 module, so has to be in the symbol table.
But still not supposed to be used by out-of-tree drivers.

Reported-by: stefan11111 <stefan11111@shitposting.expert>
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-06-20 14:58:03 +02:00 committed by Enrico Weigelt
parent e523724d5e
commit fca07a761c

View File

@ -33,7 +33,10 @@ extern char *xf86PointerName;
extern char *xf86KeyboardName; extern char *xf86KeyboardName;
extern rgb xf86Weight; extern rgb xf86Weight;
_X_EXPORT /* only for in-tree vgahw module, not supposed to be used by OOT modules */
extern Bool xf86FlipPixels; extern Bool xf86FlipPixels;
extern Gamma xf86Gamma; extern Gamma xf86Gamma;
extern const char *xf86ModulePath; extern const char *xf86ModulePath;