From fba46de9cbe8778919f68a7d24e242c7ee3f1331 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 11 Mar 2004 02:19:14 +0000 Subject: [project @ 2004-03-11 02:19:13 by bursa] Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606 --- riscos/png.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'riscos/png.h') diff --git a/riscos/png.h b/riscos/png.h index 8d91ef7ee..ead45d290 100644 --- a/riscos/png.h +++ b/riscos/png.h @@ -20,18 +20,12 @@ struct content_png_data { int interlace; osspriteop_area *sprite_area; char *sprite_image; - enum { PNG_PALETTE, PNG_DITHER, PNG_DEEP } type; - /** for ImageFileConvert */ - char *data; - unsigned long length; }; void nspng_init(void); void nspng_create(struct content *c, const char *params[]); void nspng_process_data(struct content *c, char *data, unsigned long size); int nspng_convert(struct content *c, unsigned int width, unsigned int height); -void nspng_revive(struct content *c, unsigned int width, unsigned int height); -void nspng_reformat(struct content *c, unsigned int width, unsigned int height); void nspng_destroy(struct content *c); void nspng_redraw(struct content *c, long x, long y, unsigned long width, unsigned long height, -- cgit v1.2.3