exa: Add exaDrawableIsOffscreen() to the driver API.

(cherry picked from commit 3891dd8924)
This commit is contained in:
Adam Jackson 2008-10-21 13:10:44 -04:00
parent f4c33e2e64
commit 5d14e34541
2 changed files with 4 additions and 3 deletions

View File

@ -783,6 +783,10 @@ exaGetPixmapSize(PixmapPtr pPix);
void
exaEnableDisableFBAccess (int index, Bool enable);
Bool
exaDrawableIsOffscreen (DrawablePtr pDrawable);
/* in exa_migration.c */
void
exaMoveInPixmap (PixmapPtr pPixmap);

View File

@ -374,9 +374,6 @@ void
exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
int *xp, int *yp);
Bool
exaDrawableIsOffscreen (DrawablePtr pDrawable);
Bool
exaPixmapIsOffscreen(PixmapPtr p);