summaryrefslogtreecommitdiff
path: root/desktop/print.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-23 23:05:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-23 23:05:34 +0000
commitddeadd1c02880367ad786b113d352a519f45ec73 (patch)
tree00b8b46ee1a3fc84e5492c2183dfaa8192d261f9 /desktop/print.h
parentb20949a35025b23da1bf0ac6003f4575eb94281d (diff)
downloadnetsurf-ddeadd1c02880367ad786b113d352a519f45ec73.tar.gz
netsurf-ddeadd1c02880367ad786b113d352a519f45ec73.tar.bz2
Merge LibCSS port to trunk.
svn path=/trunk/netsurf/; revision=8752
Diffstat (limited to 'desktop/print.h')
-rw-r--r--desktop/print.h4
1 files changed, 3 insertions, 1 deletions
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 <stdbool.h>
+#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;