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:
parent
930d3cb5ce
commit
76aaccc4f3
|
@ -650,11 +650,6 @@ extern _X_EXPORT Bool
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
RROutputDestroy(RROutputPtr output);
|
RROutputDestroy(RROutputPtr output);
|
||||||
|
|
||||||
/* rrproperty.c */
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
RRDeleteAllOutputProperties(RROutputPtr output);
|
|
||||||
|
|
||||||
extern _X_EXPORT RRPropertyValuePtr
|
extern _X_EXPORT RRPropertyValuePtr
|
||||||
RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending);
|
RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending);
|
||||||
|
|
||||||
|
|
|
@ -371,4 +371,11 @@ void RROutputInitErrorValue(void);
|
||||||
*/
|
*/
|
||||||
void RRPointerScreenConfigured(ScreenPtr pScreen);
|
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_ */
|
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||||
|
|
Loading…
Reference in New Issue