mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-31 22:53:29 +00:00
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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user