diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xjig/files/patch-imgbuff.C | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xjig/files/patch-imgbuff.C')
-rw-r--r-- | games/xjig/files/patch-imgbuff.C | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xjig/files/patch-imgbuff.C b/games/xjig/files/patch-imgbuff.C new file mode 100644 index 000000000000..1d57e96b98cf --- /dev/null +++ b/games/xjig/files/patch-imgbuff.C @@ -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(); |