diff options
-rw-r--r-- | exa/exa.h | 2 | ||||
-rw-r--r-- | exa/exa_priv.h | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -789,6 +789,8 @@ ExaOffscreenMarkUsed (PixmapPtr pPixmap); void exaEnableDisableFBAccess (int index, Bool enable); +Bool +exaDrawableIsOffscreen (DrawablePtr pDrawable); /* in exa_migration.c */ void diff --git a/exa/exa_priv.h b/exa/exa_priv.h index bd3c76ef2..078dc374a 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -405,9 +405,6 @@ exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp); Bool -exaDrawableIsOffscreen (DrawablePtr pDrawable); - -Bool exaPixmapIsOffscreen(PixmapPtr p); PixmapPtr |