summaryrefslogtreecommitdiff
path: root/x11/qrash/files/patch-as
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 02:24:30 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 02:24:30 +0000
commita08d0fc53fa06d278c80df68a9a40b88e357591b (patch)
tree85772236e476a67404beaab94dc888d9a81e4bcc /x11/qrash/files/patch-as
parentAdding p5-Apache-DBI version 0.87. (diff)
Adding qrash version 1.0
An animated musical demo for X11. PR: 14554 Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes: svn path=/head/; revision=24143
Diffstat (limited to 'x11/qrash/files/patch-as')
-rw-r--r--x11/qrash/files/patch-as11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-as b/x11/qrash/files/patch-as
new file mode 100644
index 000000000000..4acd54ace000
--- /dev/null
+++ b/x11/qrash/files/patch-as
@@ -0,0 +1,11 @@
+--- wave.cc.orig Sun Dec 26 17:30:36 1999
++++ wave.cc Sun Dec 26 17:30:46 1999
+@@ -22,7 +22,7 @@
+ #include "music.h"
+ #include "common.h"
+
+-const WAVE_WIDTH = VID_MAX_SIZE_X/3;
++const int WAVE_WIDTH = VID_MAX_SIZE_X/3;
+
+ struct Wave: public Part {
+ void Init();