From ddeadd1c02880367ad786b113d352a519f45ec73 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Jul 2009 23:05:34 +0000 Subject: Merge LibCSS port to trunk. svn path=/trunk/netsurf/; revision=8752 --- image/png.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'image/png.h') diff --git a/image/png.h b/image/png.h index 4c5b1bed3..ffabd73b9 100644 --- a/image/png.h +++ b/image/png.h @@ -24,7 +24,7 @@ #ifdef WITH_PNG -#include "css/css.h" +#include "desktop/plot_style.h" #include #include @@ -42,7 +42,8 @@ struct content_png_data { size_t rowbytes; /**< Number of bytes per row */ }; -bool nspng_create(struct content *c, const char *params[]); +bool nspng_create(struct content *c, struct content *parent, + const char *params[]); bool nspng_process_data(struct content *c, char *data, unsigned int size); bool nspng_convert(struct content *c, int width, int height); void nspng_destroy(struct content *c); -- cgit v1.2.3