From e93271501092ea328e2163a4d3c4f348e48ca572 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 11 Jun 2004 12:51:40 +0000 Subject: [project @ 2004-06-11 12:51:40 by jmb] Fix for crash caused by inline style attributes specifying background images. svn path=/import/netsurf/; revision=961 --- css/css.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index e3ebca02e..c2ff62ef0 100644 --- a/css/css.h +++ b/css/css.h @@ -348,7 +348,8 @@ void css_cascade(struct css_style * const style, const struct css_style * const apply); void css_merge(struct css_style * const style, const struct css_style * const apply); -void css_parse_property_list(struct css_style * style, char * str); +void css_parse_property_list(struct content *c, struct css_style * style, + char * str); colour named_colour(const char *name); void css_dump_style(const struct css_style * const style); void css_dump_stylesheet(const struct css_stylesheet * stylesheet); -- cgit v1.2.3