summaryrefslogtreecommitdiff
path: root/hw/xnest/GCOps.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xnest/GCOps.c')
-rw-r--r--hw/xnest/GCOps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xnest/GCOps.c b/hw/xnest/GCOps.c
index e26a1363b..0595a82a7 100644
--- a/hw/xnest/GCOps.c
+++ b/hw/xnest/GCOps.c
@@ -113,6 +113,11 @@ xnestGetImage(DrawablePtr pDrawable, int x, int y, int w, int h,
}
}
+DrawableOps xnestDrawableOps = {
+ xnestGetImage,
+ xnestGetSpans,
+};
+
static Bool
xnestBitBlitPredicate(Display * display, XEvent * event, char *args)
{