exa: Add exaDrawableIsOffscreen() to the driver API.
This commit is contained in:
parent
c837d182c4
commit
3891dd8924
|
@ -789,6 +789,8 @@ ExaOffscreenMarkUsed (PixmapPtr pPixmap);
|
||||||
void
|
void
|
||||||
exaEnableDisableFBAccess (int index, Bool enable);
|
exaEnableDisableFBAccess (int index, Bool enable);
|
||||||
|
|
||||||
|
Bool
|
||||||
|
exaDrawableIsOffscreen (DrawablePtr pDrawable);
|
||||||
|
|
||||||
/* in exa_migration.c */
|
/* in exa_migration.c */
|
||||||
void
|
void
|
||||||
|
|
|
@ -404,9 +404,6 @@ void
|
||||||
exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
|
exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
|
||||||
int *xp, int *yp);
|
int *xp, int *yp);
|
||||||
|
|
||||||
Bool
|
|
||||||
exaDrawableIsOffscreen (DrawablePtr pDrawable);
|
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
exaPixmapIsOffscreen(PixmapPtr p);
|
exaPixmapIsOffscreen(PixmapPtr p);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue