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_priv.h | |
parent | 2d93e69690d2c5d4a89a795ede6423796528e5df (diff) |
exa: add a pixmap private pointer for drivers to retrieve.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index a26933d11..523a76f60 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -192,6 +192,10 @@ typedef struct { * damage, which may be overreported) of a pixmap's system and FB copies. */ RegionRec validSys, validFB; + /** + * Driver private storage per EXA pixmap + */ + void *driverPriv; } ExaPixmapPrivRec, *ExaPixmapPrivPtr; typedef struct _ExaMigrationRec { |