randr: unexport and document RRReplaceScanoutPixmap()
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
eb297d3443
commit
2c71b5f260
|
@ -595,9 +595,6 @@ extern _X_EXPORT Bool
|
||||||
extern _X_EXPORT Bool
|
extern _X_EXPORT Bool
|
||||||
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
|
RRCrtcGammaSetSize(RRCrtcPtr crtc, int size);
|
||||||
|
|
||||||
extern _X_EXPORT Bool
|
|
||||||
RRReplaceScanoutPixmap(DrawablePtr pDrawable, PixmapPtr pPixmap, Bool enable);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return if the screen has any scanout_pixmap's attached
|
* Return if the screen has any scanout_pixmap's attached
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -236,4 +236,10 @@ void RRCrtcInitErrorValue(void);
|
||||||
*/
|
*/
|
||||||
void RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
|
void RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Handler for the ReplaceScanoutPixmap screen proc
|
||||||
|
* Should not be called directly.
|
||||||
|
*/
|
||||||
|
Bool RRReplaceScanoutPixmap(DrawablePtr pDrawable, PixmapPtr pPixmap, Bool enable);
|
||||||
|
|
||||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||||
|
|
Loading…
Reference in New Issue