summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/olvwm/files/patch-gif.c')
-rw-r--r--x11-wm/olvwm/files/patch-gif.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-wm/olvwm/files/patch-gif.c b/x11-wm/olvwm/files/patch-gif.c
deleted file mode 100644
index ca03391d7e7f..000000000000
--- a/x11-wm/olvwm/files/patch-gif.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- gif.c.orig Thu Jan 13 15:36:06 1994
-+++ gif.c Mon Oct 19 13:46:15 1998
-@@ -56,6 +56,10 @@
- int disposal;
- } Gif89 = { -1, -1, -1, 0 };
-
-+static ReadColorMap();
-+static DoExtension();
-+static GetDataBlock();
-+
- extern XImage* ReadImage();
-
- XImage *ReadGIF(dpy, fd, pNcolors, pColors)
-@@ -456,7 +460,7 @@
- return code;
- }
-
--static XImage*
-+extern XImage*
- ReadImage(dpy, fd, len, height, cmap, interlace, ignore)
- Display *dpy;
- FILE *fd;