summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-04-11 18:54:28 +0200
committerTor Andersson <tor@ghostscript.com>2010-04-11 18:54:28 +0200
commitb1d837f84cbbaac4bf8362d7a2ca7dd0e4b7f8c1 (patch)
treebac1eaa2a4579d21702b82daa2d2ee45f7db6171 /apps/pdfapp.h
parent57d53e37c296774cb4170aae6e771efc72931919 (diff)
downloadmupdf-b1d837f84cbbaac4bf8362d7a2ca7dd0e4b7f8c1.tar.xz
Rename fz_irect to fz_bbox.
Diffstat (limited to 'apps/pdfapp.h')
-rw-r--r--apps/pdfapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h
index 9df3c46b..d243dea1 100644
--- a/apps/pdfapp.h
+++ b/apps/pdfapp.h
@@ -56,7 +56,7 @@ struct pdfapp_s
int iscopying;
int selx, sely;
- fz_irect selr;
+ fz_bbox selr;
/* client context storage */
void *userdata;