exa: Add exaDrawableIsOffscreen() to the driver API.

This commit is contained in:
Adam Jackson 2008-10-21 13:10:44 -04:00
parent c837d182c4
commit 3891dd8924
2 changed files with 2 additions and 3 deletions

View File

@ -789,6 +789,8 @@ ExaOffscreenMarkUsed (PixmapPtr pPixmap);
void
exaEnableDisableFBAccess (int index, Bool enable);
Bool
exaDrawableIsOffscreen (DrawablePtr pDrawable);
/* in exa_migration.c */
void

View File

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