randr: unexport and document RRDeleteAllOutputProperties()

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 16:09:03 +02:00
parent 930d3cb5ce
commit 76aaccc4f3
2 changed files with 7 additions and 5 deletions

View File

@ -650,11 +650,6 @@ extern _X_EXPORT Bool
extern _X_EXPORT void
RROutputDestroy(RROutputPtr output);
/* rrproperty.c */
extern _X_EXPORT void
RRDeleteAllOutputProperties(RROutputPtr output);
extern _X_EXPORT RRPropertyValuePtr
RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending);

View File

@ -371,4 +371,11 @@ void RROutputInitErrorValue(void);
*/
void RRPointerScreenConfigured(ScreenPtr pScreen);
/*
* Delete all properties on given output
*
* @param output the output whose properties shall be deleted
*/
void RRDeleteAllOutputProperties(RROutputPtr output);
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */