From b5d55eb2951988880d586e20440dee03a532148f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 27 Jul 2009 13:49:10 +0000 Subject: Consider stylesheet media types svn path=/trunk/netsurf/; revision=8820 --- render/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index b41406659..e18c33a2c 100644 --- a/render/html.h +++ b/render/html.h @@ -136,7 +136,7 @@ struct content_html_data { /** Number of entries in stylesheet_content. */ unsigned int stylesheet_count; /** Stylesheets. Each may be 0. */ - struct content **stylesheet_content; + struct nscss_import *stylesheets; /**< Style selection context */ css_select_ctx *select_ctx; -- cgit v1.2.3