1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/qrash/files/patch-at
Steve Price a08d0fc53f Adding qrash version 1.0
An animated musical demo for X11.

PR:		14554
Submitted by:	Trevor Johnson <trevor@jpj.net>
1999-12-27 02:24:30 +00:00

12 lines
288 B
Plaintext

--- dlines.cc.orig Sun Dec 26 17:31:31 1999
+++ dlines.cc Sun Dec 26 17:31:41 1999
@@ -24,7 +24,7 @@
#include "smooth.h"
#include "image.h"
-const MIN_LINE_LIFE = 2*sysTimerRes,
+const int MIN_LINE_LIFE = 2*sysTimerRes,
MAX_LINE_LIFE = 4*sysTimerRes,
MAX_LINES = 300;