diff options
author | Dave Airlie <airlied@redhat.com> | 2009-04-23 12:13:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-04-23 12:13:05 +1000 |
commit | 3ec6a121e110ba3cae964ee201d4d5bf818b6dff (patch) | |
tree | d59674ea2fccff86d09a5e9fa5f91370e5e1bbbc | |
parent | 02ae85c4c93bbd0013c063ce0014b365a8ba061f (diff) |
exa: missed exa.h change
-rw-r--r-- | exa/exa.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |