From 270ef59a98d34fef418fb6cd27e46f3edc912948 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 28 Mar 2010 12:56:39 +0000 Subject: Merge jmb/new-cache; r=dsilvers,rs=vince svn path=/trunk/netsurf/; revision=10180 --- gtk/gtk_print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/gtk_print.c') diff --git a/gtk/gtk_print.c b/gtk/gtk_print.c index 98b43cb89..f08880157 100644 --- a/gtk/gtk_print.c +++ b/gtk/gtk_print.c @@ -32,6 +32,7 @@ #include #include "content/content.h" +#include "content/hlcache.h" #include "desktop/options.h" #include "desktop/plotters.h" #include "desktop/print.h" @@ -48,7 +49,7 @@ /* Globals */ cairo_t *gtk_print_current_cr; static struct print_settings* settings; -struct content *content_to_print; +hlcache_handle *content_to_print; static GdkRectangle cliprect; static inline void nsgtk_print_set_colour(colour c) -- cgit v1.2.3