randr: unexport and document RRCrtcDetachScanoutPixmap()
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
4b0854252b
commit
eb297d3443
|
@ -29,6 +29,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include "randr/randrstr_priv.h"
|
||||||
|
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86DDC_priv.h"
|
#include "xf86DDC_priv.h"
|
||||||
#include "xf86Crtc.h"
|
#include "xf86Crtc.h"
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
/*
|
|
||||||
* Detach and free a scanout pixmap
|
|
||||||
*/
|
|
||||||
extern _X_EXPORT void
|
|
||||||
RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool
|
extern _X_EXPORT Bool
|
||||||
RRReplaceScanoutPixmap(DrawablePtr pDrawable, PixmapPtr pPixmap, Bool enable);
|
RRReplaceScanoutPixmap(DrawablePtr pDrawable, PixmapPtr pPixmap, Bool enable);
|
||||||
|
|
||||||
|
|
|
@ -229,4 +229,11 @@ Bool RRCrtcInit(void);
|
||||||
*/
|
*/
|
||||||
void RRCrtcInitErrorValue(void);
|
void RRCrtcInitErrorValue(void);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Detach and free a scanout pixmap
|
||||||
|
*
|
||||||
|
* @param crtc the CRTC to act on
|
||||||
|
*/
|
||||||
|
void RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
|
||||||
|
|
||||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||||
|
|
Loading…
Reference in New Issue