From ddeadd1c02880367ad786b113d352a519f45ec73 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Jul 2009 23:05:34 +0000 Subject: Merge LibCSS port to trunk. svn path=/trunk/netsurf/; revision=8752 --- desktop/print.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop/print.h') diff --git a/desktop/print.h b/desktop/print.h index bc07e377e..fece526be 100644 --- a/desktop/print.h +++ b/desktop/print.h @@ -34,6 +34,8 @@ #include +#include "css/css.h" + struct content; struct printer; @@ -48,7 +50,7 @@ typedef enum { PRINT_DEFAULT, PRINT_OPTIONS } print_configuration; struct print_settings{ /*Standard parameters*/ float page_width, page_height; - int margins[4]; + css_fixed margins[4]; float scale; -- cgit v1.2.3