randr: unexport and document RRLeaseTerminated()

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 14:48:57 +02:00
parent 9dde572f29
commit d723e78cb8
2 changed files with 7 additions and 3 deletions

View File

@ -595,9 +595,6 @@ extern _X_EXPORT Bool
extern _X_EXPORT Bool
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
extern _X_EXPORT void
RRLeaseTerminated(RRLeasePtr lease);
extern _X_EXPORT void
RRLeaseFree(RRLeasePtr lease);

View File

@ -259,4 +259,11 @@ Bool RRHasScanoutPixmap(ScreenPtr pScreen);
*/
Bool RRClientKnowsRates(ClientPtr pClient);
/*
* Called by DIX to notify RANDR extension that a lease had been terminated.
*
* @param lease the lease that had been terminated
*/
void RRLeaseTerminated(RRLeasePtr lease);
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */