diff --git a/randr/randrstr.h b/randr/randrstr.h index b82f01ca5..6ddfefef5 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -667,12 +667,6 @@ RRConfigureOutputProperty(RROutputPtr output, Atom property, /* rrprovider.c */ #define PRIME_SYNC_PROP "PRIME Synchronization" -/* rrxinerama.c */ -#ifdef XINERAMA -extern _X_EXPORT void - RRXineramaExtensionInit(void); -#endif - #endif /* _RANDRSTR_H_ */ /* diff --git a/randr/randrstr_priv.h b/randr/randrstr_priv.h index 1f17fca89..bad0befb9 100644 --- a/randr/randrstr_priv.h +++ b/randr/randrstr_priv.h @@ -518,4 +518,9 @@ int RRConfigureProviderProperty(RRProviderPtr provider, Atom property, Bool pending, Bool range, Bool immutable, int num_values, INT32 *values); +/* + * Init xinerama specific extension parts + */ +void RRXineramaExtensionInit(void); + #endif /* _XSERVER_RANDRSTR_PRIV_H_ */