randr: unexport and document RRCrtcInitErrorValue()
Not supposed to be called by drivers, just internal to the randr extsnsion, 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
dfa0207c03
commit
4b0854252b
|
@ -595,12 +595,6 @@ extern _X_EXPORT Bool
|
||||||
extern _X_EXPORT Bool
|
extern _X_EXPORT Bool
|
||||||
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
|
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
|
||||||
|
|
||||||
/*
|
|
||||||
* Initialize crtc type error value
|
|
||||||
*/
|
|
||||||
extern _X_EXPORT void
|
|
||||||
RRCrtcInitErrorValue(void);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Detach and free a scanout pixmap
|
* Detach and free a scanout pixmap
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -223,4 +223,10 @@ void RRCrtcDestroy(RRCrtcPtr crtc);
|
||||||
*/
|
*/
|
||||||
Bool RRCrtcInit(void);
|
Bool RRCrtcInit(void);
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Initialize crtc type error value
|
||||||
|
*/
|
||||||
|
void RRCrtcInitErrorValue(void);
|
||||||
|
|
||||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||||
|
|
Loading…
Reference in New Issue