From 415254c326ea4c34d991104ffb2419f57098a7f7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 12 Feb 2006 23:07:28 +0000 Subject: [project @ 2006-02-12 23:07:28 by bursa] Rewrite handling of text/plain contents. Now rendered directly instead of converting to HTML. svn path=/import/netsurf/; revision=2078 --- content/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 7dbcdcb08..aa963f811 100644 --- a/content/content.h +++ b/content/content.h @@ -108,6 +108,7 @@ #include "netsurf/content/content_type.h" #include "netsurf/css/css.h" #include "netsurf/render/html.h" +#include "netsurf/render/textplain.h" #ifdef WITH_JPEG #include "netsurf/image/jpeg.h" #endif @@ -212,6 +213,7 @@ struct content { /** Data dependent on type. */ union { struct content_html_data html; + struct content_textplain_data textplain; struct content_css_data css; #ifdef WITH_JPEG struct content_jpeg_data jpeg; -- cgit v1.2.3