From cfbc7379f0232bb336461f6d2a8496d3d0763e7e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 28 Dec 2006 13:15:11 -0800 Subject: Export exaMove{In,Out}Pixmap(). --- exa/exa.h | 6 ++++++ exa/exa_priv.h | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'exa') diff --git a/exa/exa.h b/exa/exa.h index 96465a775..b043c122c 100644 --- a/exa/exa.h +++ b/exa/exa.h @@ -716,6 +716,12 @@ exaGetPixmapSize(PixmapPtr pPix); void exaEnableDisableFBAccess (int index, Bool enable); +void +exaMoveInPixmap (PixmapPtr pPixmap); + +void +exaMoveOutPixmap (PixmapPtr pPixmap); + /** * Returns TRUE if the given planemask covers all the significant bits in the * pixel values for pDrawable. diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 926e02a1f..403d4b6a4 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -412,10 +412,4 @@ exaGlyphs (CARD8 op, void exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel); -void -exaMoveInPixmap (PixmapPtr pPixmap); - -void -exaMoveOutPixmap (PixmapPtr pPixmap); - #endif /* EXAPRIV_H */ -- cgit v1.2.3