summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-21 13:10:44 -0400
committerAdam Jackson <ajax@redhat.com>2008-11-05 13:02:46 -0500
commit5d14e345411dfe4b4fd334e4e54fbf24dcfa65bd (patch)
treedd0232bada78885ad452c530d0caf8d2eebdf214
parentf4c33e2e64ce83c29c3bc79853e421247acfea11 (diff)
exa: Add exaDrawableIsOffscreen() to the driver API.
(cherry picked from commit 3891dd892449fcdb7a514e3c5e7e763ba7e74003)
-rw-r--r--exa/exa.h4
-rw-r--r--exa/exa_priv.h3
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
@@ -375,9 +375,6 @@ exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
int *xp, int *yp);
Bool
-exaDrawableIsOffscreen (DrawablePtr pDrawable);
-
-Bool
exaPixmapIsOffscreen(PixmapPtr p);
PixmapPtr