summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-21 13:10:44 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-21 13:11:16 -0400
commit3891dd892449fcdb7a514e3c5e7e763ba7e74003 (patch)
tree375946807a0c8dc1929f9fb1dfb4c6d6383d5588 /exa
parentc837d182c4674c01296bb7efd7d834d9dfd55f83 (diff)
exa: Add exaDrawableIsOffscreen() to the driver API.
Diffstat (limited to 'exa')
-rw-r--r--exa/exa.h2
-rw-r--r--exa/exa_priv.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 8d9bcea34..5982e1ae7 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -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