randr: unexport and document RRCrtcInit()

Not supposed to be called by any driver, just internal to the extension,
so shouldn't have been exported in the first place.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-16 14:30:44 +02:00
parent 03ea1c6ec0
commit dfa0207c03
2 changed files with 5 additions and 6 deletions

View File

@ -595,12 +595,6 @@ extern _X_EXPORT Bool
extern _X_EXPORT Bool extern _X_EXPORT Bool
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size); RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
/*
* Initialize crtc type
*/
extern _X_EXPORT Bool
RRCrtcInit(void);
/* /*
* Initialize crtc type error value * Initialize crtc type error value
*/ */

View File

@ -218,4 +218,9 @@ RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc);
*/ */
void RRCrtcDestroy(RRCrtcPtr crtc); void RRCrtcDestroy(RRCrtcPtr crtc);
/*
* Initialize crtc resource type
*/
Bool RRCrtcInit(void);
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */ #endif /* _XSERVER_RANDRSTR_PRIV_H_ */