diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:24:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:24:30 +0000 |
commit | a08d0fc53fa06d278c80df68a9a40b88e357591b (patch) | |
tree | 85772236e476a67404beaab94dc888d9a81e4bcc /x11/qrash/files/patch-am | |
parent | Adding 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>
Diffstat (limited to 'x11/qrash/files/patch-am')
-rw-r--r-- | x11/qrash/files/patch-am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-am b/x11/qrash/files/patch-am new file mode 100644 index 000000000000..254f52aeb4a1 --- /dev/null +++ b/x11/qrash/files/patch-am @@ -0,0 +1,20 @@ +--- rotate.cc.orig Sun Dec 26 17:25:17 1999 ++++ rotate.cc Sun Dec 26 17:25:29 1999 +@@ -23,7 +23,7 @@ + #include "music.h" + #include "common.h" + +-const ANGLE_TIME = 6*sysTimerRes; ++const int ANGLE_TIME = 6*sysTimerRes; + + class Rotate: public Part { + void Init(); +@@ -64,7 +64,7 @@ + u[i] = uu+backpic->sizeX/2; v[i] = vv+backpic->sizeY/2; + + } +- static offset=0; ++ static int offset=0; + backpic->MapToPage2( u[0], v[0], u[1], v[1], u[2], v[2], u[3], v[3], + bw+offset ); + offset = 1-offset; |