randr: unexport and document RROutputInit()
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
e39070b448
commit
3bc4221ec2
|
@ -650,12 +650,6 @@ extern _X_EXPORT Bool
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
RROutputDestroy(RROutputPtr output);
|
RROutputDestroy(RROutputPtr output);
|
||||||
|
|
||||||
/*
|
|
||||||
* Initialize output type
|
|
||||||
*/
|
|
||||||
extern _X_EXPORT Bool
|
|
||||||
RROutputInit(void);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize output type error value
|
* Initialize output type error value
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -351,4 +351,11 @@ void RROutputSetSubpixelOrder(RROutputPtr output, int order);
|
||||||
*/
|
*/
|
||||||
void RRDeliverOutputEvent(ClientPtr pClient, WindowPtr pWin, RROutputPtr output);
|
void RRDeliverOutputEvent(ClientPtr pClient, WindowPtr pWin, RROutputPtr output);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Initialize output resource type
|
||||||
|
*
|
||||||
|
* @return TRUE on success
|
||||||
|
*/
|
||||||
|
Bool RROutputInit(void);
|
||||||
|
|
||||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||||
|
|
Loading…
Reference in New Issue