summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-12-28 13:15:11 -0800
committerEric Anholt <eric@anholt.net>2006-12-28 13:15:11 -0800
commitcfbc7379f0232bb336461f6d2a8496d3d0763e7e (patch)
treee0e06bca91953f3b7e28265e91a6bb329e5d4e16 /exa/exa.h
parent683ca3f7afaf15fd3ca7918f6175b5a9e4a6f05b (diff)
Export exaMove{In,Out}Pixmap().
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 96465a775..b043c122c 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -716,6 +716,12 @@ exaGetPixmapSize(PixmapPtr pPix);
void
exaEnableDisableFBAccess (int index, Bool enable);
+void
+exaMoveInPixmap (PixmapPtr pPixmap);
+
+void
+exaMoveOutPixmap (PixmapPtr pPixmap);
+
/**
* Returns TRUE if the given planemask covers all the significant bits in the
* pixel values for pDrawable.