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-ap | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11/qrash/files/patch-ap (limited to 'x11/qrash/files/patch-ap') diff --git a/x11/qrash/files/patch-ap b/x11/qrash/files/patch-ap new file mode 100644 index 000000000000..8786fa55fa4a --- /dev/null +++ b/x11/qrash/files/patch-ap @@ -0,0 +1,20 @@ +--- begin.cc.orig Sun Dec 26 17:27:30 1999 ++++ begin.cc Sun Dec 26 17:27:56 1999 +@@ -27,7 +27,7 @@ + #include "parts.h" + #include "common.h" + +-const ANGLE_TIME = 4*sysTimerRes, ++const int ANGLE_TIME = 4*sysTimerRes, + ALIGN_TIME = 2*sysTimerRes, + PAL_TIME = 5*sysTimerRes, + FLASH_TIME = 0.5*sysTimerRes; +@@ -147,7 +147,7 @@ + } + + // SmoothPage(bw,bw); +- static offset=0; ++ static int offset=0; + back->MapToPage2( u[0], v[0], u[1], v[1], u[2], v[2], u[3], v[3], + color+offset ); + offset = 1-offset; -- cgit v1.2.3