summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-10-03 11:59:52 +1000
committerDave Airlie <airlied@redhat.com>2007-10-03 12:01:37 +1000
commit566dd3b7d789ba60d0adf33b3f729cfb02ff33cd (patch)
treee054fdc7cc8b62e18e52bcf491153d762d4267f7 /exa/exa.h
parent1df1fee82d3565f6d8cfb91ce25a81c23a10a4b5 (diff)
exa: add new flags to denote driver handles all pixmap migration/hiding
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/exa/exa.h b/exa/exa.h
index f852df482..1ff0518e4 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -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