summaryrefslogtreecommitdiffstats
path: root/common/gdi_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gdi_canvas.h')
-rw-r--r--common/gdi_canvas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gdi_canvas.h b/common/gdi_canvas.h
index 8b8f847d..73d6978e 100644
--- a/common/gdi_canvas.h
+++ b/common/gdi_canvas.h
@@ -37,6 +37,7 @@ SpiceCanvas *gdi_canvas_create(int width, int height,
HDC dc, class Mutex *lock, int bits,
SpiceImageCache *bits_cache,
SpicePaletteCache *palette_cache,
+ SpiceImageSurfaces *surfaces,
SpiceGlzDecoder *glz_decoder);
void gdi_canvas_init();