diff options
Diffstat (limited to 'graphics/gd/patches')
-rw-r--r-- | graphics/gd/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gd/patches/patch-ab b/graphics/gd/patches/patch-ab new file mode 100644 index 00000000000..028e062c1fd --- /dev/null +++ b/graphics/gd/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.3 2000/03/21 11:10:39 he Exp $ + +--- gd.h.dist Mon Mar 13 19:25:57 2000 ++++ gd.h Tue Mar 21 11:32:30 2000 +@@ -114,6 +114,7 @@ + gdImagePtr gdImageCreateFromGd2PartCtx(gdIOCtxPtr in, int srcx, int srcy, int w, int h); + + gdImagePtr gdImageCreateFromXbm(FILE *fd); ++gdImagePtr gdImageCreateFromXpm(char *filename); + + void gdImageDestroy(gdImagePtr im); + void gdImageSetPixel(gdImagePtr im, int x, int y, int color); |