randr: unexport and document RRPointerScreenConfigured()

Not usde 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 16:07:23 +02:00
parent 13d8ee893f
commit 930d3cb5ce
2 changed files with 8 additions and 3 deletions

View File

@ -650,9 +650,6 @@ extern _X_EXPORT Bool
extern _X_EXPORT void
RROutputDestroy(RROutputPtr output);
extern _X_EXPORT void
RRPointerScreenConfigured(ScreenPtr pScreen);
/* rrproperty.c */
extern _X_EXPORT void

View File

@ -363,4 +363,12 @@ Bool RROutputInit(void);
*/
void RROutputInitErrorValue(void);
/*
* When the screen is reconfigured, move all pointers to the nearest
* CRTC
*
* @param pScreen the screen that had been reconfigured
*/
void RRPointerScreenConfigured(ScreenPtr pScreen);
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */