diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 18:34:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 18:34:45 +0000 |
commit | 2029f470e86f7048f52971deaad73f2bdb2c352c (patch) | |
tree | 2429b93a9de6a2000414a5e07572c148fdc85979 /games/xjig/files/patch-ac | |
parent | 326e340efe73345efff3ea5c83d82eacb8a7fbda (diff) | |
download | ports-2029f470e86f7048f52971deaad73f2bdb2c352c.tar.gz ports-2029f470e86f7048f52971deaad73f2bdb2c352c.zip |
Notes
Diffstat (limited to 'games/xjig/files/patch-ac')
-rw-r--r-- | games/xjig/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xjig/files/patch-ac b/games/xjig/files/patch-ac new file mode 100644 index 000000000000..20a647ebd855 --- /dev/null +++ b/games/xjig/files/patch-ac @@ -0,0 +1,10 @@ +--- gifx_image.H.orig Mon Jul 15 12:59:11 1996 ++++ gifx_image.H Tue Apr 7 15:34:33 1998 +@@ -29,6 +29,7 @@ + void Reset8(); + void Reset16(); + void Reset32(); ++ void Reset24(); + + Display *dpy; + int scr; |