From 31555af0005a0bc4d7ef785214696ac84681e29f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 2 Oct 2007 13:32:57 +1000 Subject: exa: add a pixmap private pointer for drivers to retrieve. --- exa/exa_priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exa/exa_priv.h') 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 { -- cgit v1.2.3