randr: unexport and document RRCrtcInitErrorValue()

Not supposed to be called by drivers, just internal to the randr extsnsion,
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:32:46 +02:00
parent dfa0207c03
commit 4b0854252b
2 changed files with 6 additions and 6 deletions

View File

@ -595,12 +595,6 @@ extern _X_EXPORT Bool
extern _X_EXPORT Bool
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
/*
* Initialize crtc type error value
*/
extern _X_EXPORT void
RRCrtcInitErrorValue(void);
/*
* Detach and free a scanout pixmap
*/

View File

@ -223,4 +223,10 @@ void RRCrtcDestroy(RRCrtcPtr crtc);
*/
Bool RRCrtcInit(void);
/*
* Initialize crtc type error value
*/
void RRCrtcInitErrorValue(void);
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */