randr: unexport and document RROutputInitErrorValue()
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
3bc4221ec2
commit
13d8ee893f
|
@ -650,12 +650,6 @@ extern _X_EXPORT Bool
|
|||
extern _X_EXPORT void
|
||||
RROutputDestroy(RROutputPtr output);
|
||||
|
||||
/*
|
||||
* Initialize output type error value
|
||||
*/
|
||||
extern _X_EXPORT void
|
||||
RROutputInitErrorValue(void);
|
||||
|
||||
extern _X_EXPORT void
|
||||
RRPointerScreenConfigured(ScreenPtr pScreen);
|
||||
|
||||
|
|
|
@ -358,4 +358,9 @@ void RRDeliverOutputEvent(ClientPtr pClient, WindowPtr pWin, RROutputPtr output)
|
|||
*/
|
||||
Bool RROutputInit(void);
|
||||
|
||||
/*
|
||||
* Initialize output type error value
|
||||
*/
|
||||
void RROutputInitErrorValue(void);
|
||||
|
||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||
|
|
Loading…
Reference in New Issue