summaryrefslogtreecommitdiff
path: root/desktop/print.h
diff options
context:
space:
mode:
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;