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:
parent
e523724d5e
commit
fca07a761c
|
@ -33,7 +33,10 @@ extern char *xf86PointerName;
|
|||
extern char *xf86KeyboardName;
|
||||
|
||||
extern rgb xf86Weight;
|
||||
|
||||
_X_EXPORT /* only for in-tree vgahw module, not supposed to be used by OOT modules */
|
||||
extern Bool xf86FlipPixels;
|
||||
|
||||
extern Gamma xf86Gamma;
|
||||
|
||||
extern const char *xf86ModulePath;
|
||||
|
|
Loading…
Reference in New Issue