summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-17 19:24:21 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-17 19:24:21 +0000
commit0c0ff3c59631d0968c888279195ea40d4a7fd824 (patch)
treef94b64c20bc361664de61ef8993be7693ad2a08d /render/layout.c
parentce6dbbb5db1d4ffe77ca99411ddb2d19694eff9c (diff)
downloadnetsurf-0c0ff3c59631d0968c888279195ea40d4a7fd824.tar.gz
netsurf-0c0ff3c59631d0968c888279195ea40d4a7fd824.tar.bz2
[project @ 2003-06-17 19:24:20 by bursa]
Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index f2b950840..4b8b66cc6 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -1,5 +1,5 @@
/**
- * $Id: layout.c,v 1.40 2003/04/15 17:53:00 bursa Exp $
+ * $Id: layout.c,v 1.41 2003/06/17 19:24:21 bursa Exp $
*/
#include <assert.h>
@@ -8,11 +8,18 @@
#include <stdlib.h>
#include <string.h>
#include "libxml/HTMLparser.h"
+#ifdef riscos
#include "netsurf/desktop/gui.h"
+#endif
+#include "netsurf/content/content.h"
#include "netsurf/render/box.h"
#include "netsurf/css/css.h"
#include "netsurf/render/layout.h"
+#ifdef riscos
#include "netsurf/riscos/font.h"
+#else
+#include "netsurf/debug/font.h"
+#endif
#include "netsurf/utils/utils.h"
#define NDEBUG
#include "netsurf/utils/log.h"