diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-04-11 19:01:30 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-04-11 19:01:30 +0200 |
commit | c29b0128eecceea891086ee9d52f519a1454525a (patch) | |
tree | 533dec71e2142a8ef0d8abade5a009d808e97006 /apps/pdfapp.c | |
parent | b1d837f84cbbaac4bf8362d7a2ca7dd0e4b7f8c1 (diff) | |
download | mupdf-c29b0128eecceea891086ee9d52f519a1454525a.tar.xz |
Rename functions fz_intersectirects and fz_transformaabb.
Diffstat (limited to 'apps/pdfapp.c')
-rw-r--r-- | apps/pdfapp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfapp.c b/apps/pdfapp.c index 30c20fe3..dcfa961a 100644 --- a/apps/pdfapp.c +++ b/apps/pdfapp.c @@ -252,7 +252,7 @@ static void pdfapp_showpage(pdfapp_t *app, int loadpage, int drawpage) wincursor(app, WAIT); ctm = pdfapp_viewctm(app); - bbox = fz_roundrect(fz_transformaabb(ctm, app->page->mediabox)); + bbox = fz_roundrect(fz_transformrect(ctm, app->page->mediabox)); list = fz_newdisplaylist(); |