summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/device.h')
-rw-r--r--include/mupdf/fitz/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/fitz/device.h b/include/mupdf/fitz/device.h
index 2f7971c0..6d2c24c2 100644
--- a/include/mupdf/fitz/device.h
+++ b/include/mupdf/fitz/device.h
@@ -349,6 +349,8 @@ struct fz_draw_options_s
int height;
fz_colorspace *colorspace;
int alpha;
+ int graphics;
+ int text;
};
extern const char *fz_draw_options_usage;