diff options
author | Dave Airlie <airlied@redhat.com> | 2007-10-02 13:32:57 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-10-02 13:57:55 +1000 |
commit | 31555af0005a0bc4d7ef785214696ac84681e29f (patch) | |
tree | 55240cd291ce27a9abc3b7cbe7d7e79314625b86 /exa/exa.h | |
parent | 2d93e69690d2c5d4a89a795ede6423796528e5df (diff) |
exa: add a pixmap private pointer for drivers to retrieve.
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |