diff options
Diffstat (limited to 'apps/mudraw.c')
-rw-r--r-- | apps/mudraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mudraw.c b/apps/mudraw.c index d0e597d7..e36b1570 100644 --- a/apps/mudraw.c +++ b/apps/mudraw.c @@ -403,7 +403,7 @@ static void drawpage(fz_context *ctx, fz_document *doc, int pagenum) float zoom; fz_matrix ctm; fz_rect bounds, tbounds; - fz_irect ibounds; + fz_bbox ibounds; fz_pixmap *pix = NULL; int w, h; |