summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-10-02 13:32:57 +1000
committerDave Airlie <airlied@redhat.com>2007-10-02 13:57:55 +1000
commit31555af0005a0bc4d7ef785214696ac84681e29f (patch)
tree55240cd291ce27a9abc3b7cbe7d7e79314625b86 /exa/exa.h
parent2d93e69690d2c5d4a89a795ede6423796528e5df (diff)
exa: add a pixmap private pointer for drivers to retrieve.
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 491e6b16b..c7e39fa64 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -773,6 +773,9 @@ exaMoveInPixmap (PixmapPtr pPixmap);
void
exaMoveOutPixmap (PixmapPtr pPixmap);
+void *
+exaGetPixmapDriverPrivate(PixmapPtr p);
+
/**
* Returns TRUE if the given planemask covers all the significant bits in the
* pixel values for pDrawable.