pkgsrc/wm/olvwm/patches/patch-ac
wiz b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00

16 lines
408 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- gif.c.orig Sat Jan 8 00:19:38 2000
+++ gif.c Sat Jan 8 00:20:25 2000
@@ -56,7 +56,10 @@
int disposal;
} Gif89 = { -1, -1, -1, 0 };
-extern XImage* ReadImage();
+static XImage* ReadImage();
+static int ReadColorMap();
+static int DoExtension();
+static int GetDataBlock();
XImage *ReadGIF(dpy, fd, pNcolors, pColors)
Display *dpy;