From 0bd405c16618e1b0cdaba67fe61509cd113ba653 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 6 Feb 2013 15:14:20 +0100 Subject: Rename bbox to irect. --- doc/example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.c b/doc/example.c index ef2c658f..d1e4798f 100644 --- a/doc/example.c +++ b/doc/example.c @@ -50,7 +50,7 @@ render(char *filename, int pagenumber, int zoom, int rotation) // space has the origin at the top left corner and the x axis // extends to the right and the y axis extends down. - fz_bbox bbox = fz_round_rect(bounds); + fz_irect bbox = fz_round_rect(bounds); fz_pixmap *pix = fz_new_pixmap_with_bbox(ctx, fz_device_rgb, bbox); fz_clear_pixmap_with_value(ctx, pix, 0xff); -- cgit v1.2.3