summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mupdf/fitz/device.h b/include/mupdf/fitz/device.h
index 99588075..172081fe 100644
--- a/include/mupdf/fitz/device.h
+++ b/include/mupdf/fitz/device.h
@@ -369,7 +369,8 @@ typedef struct fz_draw_options_s fz_draw_options;
struct fz_draw_options_s
{
int rotate;
- int resolution;
+ int x_resolution;
+ int y_resolution;
int width;
int height;
fz_colorspace *colorspace;