summaryrefslogtreecommitdiff
path: root/exa/exa_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'exa/exa_accel.c')
-rw-r--r--exa/exa_accel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/exa/exa_accel.c b/exa/exa_accel.c
index 0e948f414..7db5d91a5 100644
--- a/exa/exa_accel.c
+++ b/exa/exa_accel.c
@@ -1298,3 +1298,8 @@ exaGetImage(DrawablePtr pDrawable, int x, int y, int w, int h,
fallback:
ExaCheckGetImage(pDrawable, x, y, w, h, format, planeMask, d);
}
+
+DrawableOps exaDrawableOps = {
+ exaGetImage,
+ ExaCheckGetSpans,
+};