From 5d14e345411dfe4b4fd334e4e54fbf24dcfa65bd Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 21 Oct 2008 13:10:44 -0400 Subject: [PATCH] exa: Add exaDrawableIsOffscreen() to the driver API. (cherry picked from commit 3891dd892449fcdb7a514e3c5e7e763ba7e74003) --- exa/exa.h | 4 ++++ exa/exa_priv.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/exa/exa.h b/exa/exa.h index 256209418..a3dad6965 100644 --- a/exa/exa.h +++ b/exa/exa.h @@ -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); diff --git a/exa/exa_priv.h b/exa/exa_priv.h index e4b6b54a5..387e751d2 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -374,9 +374,6 @@ void exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp); -Bool -exaDrawableIsOffscreen (DrawablePtr pDrawable); - Bool exaPixmapIsOffscreen(PixmapPtr p);