summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-04-23 12:13:05 +1000
committerDave Airlie <airlied@redhat.com>2009-04-23 12:13:05 +1000
commit3ec6a121e110ba3cae964ee201d4d5bf818b6dff (patch)
treed59674ea2fccff86d09a5e9fa5f91370e5e1bbbc /exa
parent02ae85c4c93bbd0013c063ce0014b365a8ba061f (diff)
exa: missed exa.h change
Diffstat (limited to 'exa')
-rw-r--r--exa/exa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/exa/exa.h b/exa/exa.h
index d7219f053..9d9fb35c9 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -705,6 +705,9 @@ typedef struct _ExaDriver {
pointer pPixData);
/** @} */
+ void *(*CreatePixmap2)(ScreenPtr pScreen, int width, int height,
+ int depth, int usage_hint, int bitsPerPixel);
+
} ExaDriverRec, *ExaDriverPtr;
/** @name EXA driver flags