From a08d0fc53fa06d278c80df68a9a40b88e357591b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Dec 1999 02:24:30 +0000 Subject: Adding qrash version 1.0 An animated musical demo for X11. PR: 14554 Submitted by: Trevor Johnson --- x11/qrash/files/patch-am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11/qrash/files/patch-am (limited to 'x11/qrash/files/patch-am') 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; -- cgit v1.2.3