exa: unexport exaMoveOutPixmap()
Only used inside EXA code, not used by any drivers, so no need to keep it exported any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
c0a4d9f174
commit
b2b5be2068
|
@ -799,9 +799,6 @@ extern _X_EXPORT Bool
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
exaMoveInPixmap(PixmapPtr pPixmap);
|
exaMoveInPixmap(PixmapPtr pPixmap);
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
exaMoveOutPixmap(PixmapPtr pPixmap);
|
|
||||||
|
|
||||||
/* in exa_unaccel.c */
|
/* in exa_unaccel.c */
|
||||||
extern _X_EXPORT CARD32
|
extern _X_EXPORT CARD32
|
||||||
exaGetPixmapFirstPixel(PixmapPtr pPixmap);
|
exaGetPixmapFirstPixel(PixmapPtr pPixmap);
|
||||||
|
|
|
@ -718,4 +718,6 @@ void
|
||||||
void
|
void
|
||||||
exaPrepareAccessReg_classic(PixmapPtr pPixmap, int index, RegionPtr pReg);
|
exaPrepareAccessReg_classic(PixmapPtr pPixmap, int index, RegionPtr pReg);
|
||||||
|
|
||||||
|
void exaMoveOutPixmap(PixmapPtr pPixmap);
|
||||||
|
|
||||||
#endif /* EXAPRIV_H */
|
#endif /* EXAPRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue