summaryrefslogtreecommitdiffstats
path: root/common/gl_canvas.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-02 16:25:22 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-08 19:45:28 +0100
commit05697e502d709974f9b94feca5d9bdde20b993be (patch)
tree4b048e1a6b305ab18402edb01383fc77a367398c /common/gl_canvas.h
parentf7a77f9881d5cd1d360b043d6b619216603941dd (diff)
downloadspice-05697e502d709974f9b94feca5d9bdde20b993be.tar.gz
spice-05697e502d709974f9b94feca5d9bdde20b993be.tar.xz
spice-05697e502d709974f9b94feca5d9bdde20b993be.zip
Make virt mapping an interface
Diffstat (limited to 'common/gl_canvas.h')
-rw-r--r--common/gl_canvas.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/gl_canvas.h b/common/gl_canvas.h
index ec0cbdbf..ee272a8a 100644
--- a/common/gl_canvas.h
+++ b/common/gl_canvas.h
@@ -66,8 +66,7 @@ GLCanvas *gl_canvas_create(void *usr_data, int width, int height, int depth
#endif
, SpiceGlzDecoder *glz_decoder
#ifndef CAIRO_CANVAS_NO_CHUNKS
- , void *get_virt_opaque, get_virt_fn_t get_virt,
- void *validate_virt_opaque, validate_virt_fn_t validate_virt
+ , SpiceVirtMapping *virt_mapping
#endif
);
void gl_canvas_destroy(GLCanvas *, int);