summaryrefslogtreecommitdiffstats
path: root/common/canvas_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/canvas_utils.h')
-rw-r--r--common/canvas_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/canvas_utils.h b/common/canvas_utils.h
index b81a6f91..b87b8164 100644
--- a/common/canvas_utils.h
+++ b/common/canvas_utils.h
@@ -62,6 +62,7 @@ typedef struct LzDecodeUsrData {
} LzDecodeUsrData;
-pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData *canvas_data, LzImageType type, int width,
+pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData *canvas_data,
+ pixman_format_code_t pixman_format, int width,
int height, int gross_pixels, int top_down);
#endif