summaryrefslogtreecommitdiffstats
path: root/common/gdi_canvas.h
diff options
context:
space:
mode:
authorLarsson@.(none) <Larsson@.(none)>2010-02-26 08:58:07 +0100
committerunknown <Alexander Larsson@.(none)>2010-03-01 15:12:35 +0100
commitc28169976a9050a9a05cbb3dd4543edd34d3c82e (patch)
tree5295409e75f9cca7e483eda81cf2603e37be869c /common/gdi_canvas.h
parent98f7d96336d2e05f770918f8977f5909f2fac44a (diff)
downloadspice-c28169976a9050a9a05cbb3dd4543edd34d3c82e.tar.gz
spice-c28169976a9050a9a05cbb3dd4543edd34d3c82e.tar.xz
spice-c28169976a9050a9a05cbb3dd4543edd34d3c82e.zip
Make gdi canvas build in the new pixman world
Diffstat (limited to 'common/gdi_canvas.h')
-rw-r--r--common/gdi_canvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gdi_canvas.h b/common/gdi_canvas.h
index febd9675..d9b8d219 100644
--- a/common/gdi_canvas.h
+++ b/common/gdi_canvas.h
@@ -59,9 +59,9 @@ void gdi_canvas_set_access_params(GdiCanvas *canvas, unsigned long base, unsigne
#endif
-GdiCanvas *gdi_canvas_create(HDC dc, class Mutex *lock, int bits, void *bits_cache_opaque,
+GdiCanvas *gdi_canvas_create(HDC dc, class Mutex *lock, int bits,
SpiceImageCache *bits_cache,
- SpicePaletteCache *palette_cache
+ SpicePaletteCache *palette_cache,
void *glz_decoder_opaque,
glz_decode_fn_t glz_decode);