randr: unexport and document RRCrtcInit()
Not supposed to be called by any driver, just internal to the extension, so shouldn't have been exported in the first place. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
03ea1c6ec0
commit
dfa0207c03
|
@ -595,12 +595,6 @@ extern _X_EXPORT Bool
|
|||
extern _X_EXPORT Bool
|
||||
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
|
||||
|
||||
/*
|
||||
* Initialize crtc type
|
||||
*/
|
||||
extern _X_EXPORT Bool
|
||||
RRCrtcInit(void);
|
||||
|
||||
/*
|
||||
* Initialize crtc type error value
|
||||
*/
|
||||
|
|
|
@ -218,4 +218,9 @@ RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc);
|
|||
*/
|
||||
void RRCrtcDestroy(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Initialize crtc resource type
|
||||
*/
|
||||
Bool RRCrtcInit(void);
|
||||
|
||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||
|
|
Loading…
Reference in New Issue