randr: unexport and document RRXineramaExtensionInit()

Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-16 17:20:54 +02:00
parent 5998871151
commit 5f776e857d
2 changed files with 5 additions and 6 deletions

View File

@ -667,12 +667,6 @@ RRConfigureOutputProperty(RROutputPtr output, Atom property,
/* rrprovider.c */ /* rrprovider.c */
#define PRIME_SYNC_PROP "PRIME Synchronization" #define PRIME_SYNC_PROP "PRIME Synchronization"
/* rrxinerama.c */
#ifdef XINERAMA
extern _X_EXPORT void
RRXineramaExtensionInit(void);
#endif
#endif /* _RANDRSTR_H_ */ #endif /* _RANDRSTR_H_ */
/* /*

View File

@ -518,4 +518,9 @@ int RRConfigureProviderProperty(RRProviderPtr provider, Atom property,
Bool pending, Bool range, Bool immutable, Bool pending, Bool range, Bool immutable,
int num_values, INT32 *values); int num_values, INT32 *values);
/*
* Init xinerama specific extension parts
*/
void RRXineramaExtensionInit(void);
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */ #endif /* _XSERVER_RANDRSTR_PRIV_H_ */