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-ad | |
parent | Upgrade to 1.2. (diff) |
Add some patches for 24bpp
PR: ports/6245
Submitted by: Jonathan Hanna <jh@pc-21490.bc.rogers.wave.ca>
Notes
Notes:
svn path=/head/; revision=10481
Diffstat (limited to 'games/xjig/files/patch-ad')
-rw-r--r-- | games/xjig/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xjig/files/patch-ad b/games/xjig/files/patch-ad new file mode 100644 index 000000000000..1d57e96b98cf --- /dev/null +++ b/games/xjig/files/patch-ad @@ -0,0 +1,10 @@ +--- imgbuff.C.orig Wed Jul 17 00:23:26 1996 ++++ imgbuff.C Tue Apr 7 15:34:33 1998 +@@ -72,6 +72,7 @@ + + + XImage *ImageBuffer::Init(int w,int h,int bpp8) { ++ + // w+=10; h+=10; + if (w>width||h>height) { + FreeData(); |