summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'wm/olvwm/patches/patch-ac')
-rw-r--r--wm/olvwm/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-ac b/wm/olvwm/patches/patch-ac
new file mode 100644
index 00000000000..678e72c5837
--- /dev/null
+++ b/wm/olvwm/patches/patch-ac
@@ -0,0 +1,16 @@
+$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;