summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/patches/patch-az
blob: 1f931ef38b72962d1f49cab05562dc3ca03ad42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-az,v 1.1 2008/09/10 13:32:48 taca Exp $

--- image/zoom.c.orig	2003-08-23 15:22:09.000000000 +0900
+++ image/zoom.c
@@ -39,6 +39,7 @@ static unsigned int *buildIndex(width, z
 Image *zoom(oimage, xzoom, yzoom, verbose)
      Image        *oimage;
      float        xzoom, yzoom;
+     int	  verbose;
 { char          buf[BUFSIZ];
   Image        *image=NULL;
   unsigned int *xindex, *yindex;