summaryrefslogtreecommitdiff
path: root/fitz/fitz_base.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-05-14 23:36:55 +0200
committerTor Andersson <tor@ghostscript.com>2010-05-14 23:36:55 +0200
commit167d94a052f6119dde13363e7a03b79e42902bda (patch)
tree45d59e14edb60243da4a6639d5817ea44dd8a325 /fitz/fitz_base.h
parent96bc25e28d88097a2bc9c149ca862b11d6925242 (diff)
downloadmupdf-167d94a052f6119dde13363e7a03b79e42902bda.tar.xz
Add workaround to clip image blits against the unit rectangle.
Diffstat (limited to 'fitz/fitz_base.h')
-rw-r--r--fitz/fitz_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fitz/fitz_base.h b/fitz/fitz_base.h
index 40ae2c62..9ef1cf46 100644
--- a/fitz/fitz_base.h
+++ b/fitz/fitz_base.h
@@ -189,11 +189,11 @@ typedef struct fz_point_s fz_point;
typedef struct fz_rect_s fz_rect;
typedef struct fz_bbox_s fz_bbox;
-extern const fz_rect fz_unityrect;
+extern const fz_rect fz_unitrect;
extern const fz_rect fz_emptyrect;
extern const fz_rect fz_infiniterect;
-extern const fz_bbox fz_unitybbox;
+extern const fz_bbox fz_unitbbox;
extern const fz_bbox fz_emptybbox;
extern const fz_bbox fz_infinitebbox;