Export exaMove{In,Out}Pixmap().

This commit is contained in:
Eric Anholt 2006-12-28 13:15:11 -08:00
parent 683ca3f7af
commit cfbc7379f0
2 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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 */