Export exaMove{In,Out}Pixmap().
This commit is contained in:
parent
683ca3f7af
commit
cfbc7379f0
|
@ -716,6 +716,12 @@ exaGetPixmapSize(PixmapPtr pPix);
|
||||||
void
|
void
|
||||||
exaEnableDisableFBAccess (int index, Bool enable);
|
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
|
* Returns TRUE if the given planemask covers all the significant bits in the
|
||||||
* pixel values for pDrawable.
|
* pixel values for pDrawable.
|
||||||
|
|
|
@ -412,10 +412,4 @@ exaGlyphs (CARD8 op,
|
||||||
void
|
void
|
||||||
exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
|
exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
|
||||||
|
|
||||||
void
|
|
||||||
exaMoveInPixmap (PixmapPtr pPixmap);
|
|
||||||
|
|
||||||
void
|
|
||||||
exaMoveOutPixmap (PixmapPtr pPixmap);
|
|
||||||
|
|
||||||
#endif /* EXAPRIV_H */
|
#endif /* EXAPRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue