5360945a7b
for 1.8.1 was replaced with 1.8.3.
12 lines
435 B
Text
12 lines
435 B
Text
$NetBSD: patch-ab,v 1.4 2000/06/14 16:33:49 he Exp $
|
|
|
|
--- gd.h.orig Wed Jun 14 17:45:03 2000
|
|
+++ gd.h Wed Jun 14 17:45:01 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);
|