diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-21 13:10:44 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-05 13:02:46 -0500 |
commit | 5d14e345411dfe4b4fd334e4e54fbf24dcfa65bd (patch) | |
tree | dd0232bada78885ad452c530d0caf8d2eebdf214 | |
parent | f4c33e2e64ce83c29c3bc79853e421247acfea11 (diff) |
exa: Add exaDrawableIsOffscreen() to the driver API.
(cherry picked from commit 3891dd892449fcdb7a514e3c5e7e763ba7e74003)
-rw-r--r-- | exa/exa.h | 4 | ||||
-rw-r--r-- | exa/exa_priv.h | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -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 |