summaryrefslogtreecommitdiff
path: root/x11/qrash/files/patch-ar
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-ar
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-ar')
-rw-r--r--x11/qrash/files/patch-ar20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-ar b/x11/qrash/files/patch-ar
new file mode 100644
index 000000000000..dc430ee5b3bd
--- /dev/null
+++ b/x11/qrash/files/patch-ar
@@ -0,0 +1,20 @@
+--- cars.cc.orig Sun Dec 26 17:29:59 1999
++++ cars.cc Sun Dec 26 17:30:19 1999
+@@ -105,7 +105,7 @@
+ }
+ what &= 0xF;
+
+- static old_order = -1, next_row = 5, scale_timer = 0;
++ static int old_order = -1, next_row = 5, scale_timer = 0;
+ static bool scale_flag = false;
+ if( old_order != order ) {
+ old_order = order;
+@@ -117,7 +117,7 @@
+ scale_flag = !scale_flag;
+ }
+
+- static offset = 0;
++ static int offset = 0;
+
+ float scale = 1;
+