diff --git a/exa/exa.h b/exa/exa.h index 47671d3f8..d8e102f84 100644 --- a/exa/exa.h +++ b/exa/exa.h @@ -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); diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 6256400eb..3ee0eb889 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -718,4 +718,6 @@ void void exaPrepareAccessReg_classic(PixmapPtr pPixmap, int index, RegionPtr pReg); +void exaMoveOutPixmap(PixmapPtr pPixmap); + #endif /* EXAPRIV_H */