mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -799,9 +799,6 @@ extern _X_EXPORT Bool
|
||||
extern _X_EXPORT void
|
||||
exaMoveInPixmap(PixmapPtr pPixmap);
|
||||
|
||||
extern _X_EXPORT void
|
||||
exaMoveOutPixmap(PixmapPtr pPixmap);
|
||||
|
||||
/* in exa_unaccel.c */
|
||||
extern _X_EXPORT CARD32
|
||||
exaGetPixmapFirstPixel(PixmapPtr pPixmap);
|
||||
|
||||
@@ -718,4 +718,6 @@ void
|
||||
void
|
||||
exaPrepareAccessReg_classic(PixmapPtr pPixmap, int index, RegionPtr pReg);
|
||||
|
||||
void exaMoveOutPixmap(PixmapPtr pPixmap);
|
||||
|
||||
#endif /* EXAPRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user