diff options
author | Dave Airlie <airlied@redhat.com> | 2007-10-03 11:59:52 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-10-03 12:01:37 +1000 |
commit | 566dd3b7d789ba60d0adf33b3f729cfb02ff33cd (patch) | |
tree | e054fdc7cc8b62e18e52bcf491153d762d4267f7 /exa/exa.h | |
parent | 1df1fee82d3565f6d8cfb91ce25a81c23a10a4b5 (diff) |
exa: add new flags to denote driver handles all pixmap migration/hiding
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -733,6 +733,13 @@ typedef struct _ExaDriver { * (right-to-left, bottom-to-top). */ #define EXA_TWO_BITBLT_DIRECTIONS (1 << 2) + +/** + * EXA_HANDLES_PIXMAPS indicates to EXA that the driver can handle + * all pixmap addressing and migration. + */ +#define EXA_HANDLES_PIXMAPS (1 << 3) + /** @} */ ExaDriverPtr |