From b1d837f84cbbaac4bf8362d7a2ca7dd0e4b7f8c1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 11 Apr 2010 18:54:28 +0200 Subject: Rename fz_irect to fz_bbox. --- apps/mozilla/moz_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mozilla') diff --git a/apps/mozilla/moz_main.c b/apps/mozilla/moz_main.c index 90d69a67..551c34c1 100644 --- a/apps/mozilla/moz_main.c +++ b/apps/mozilla/moz_main.c @@ -72,7 +72,7 @@ void pdfmoz_open(pdfmoz_t *moz, char *filename) SCROLLINFO si; fz_error error; fz_obj *obj; - fz_irect bbox; + fz_bbox bbox; int rot; int i; -- cgit v1.2.3