mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a08d0fc53f
An animated musical demo for X11. PR: 14554 Submitted by: Trevor Johnson <trevor@jpj.net>
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
--- wave.cc.orig Sun Dec 26 17:30:36 1999
|
|
+++ wave.cc Sun Dec 26 17:30:46 1999
|
|
@@ -22,7 +22,7 @@
|
|
#include "music.h"
|
|
#include "common.h"
|
|
|
|
-const WAVE_WIDTH = VID_MAX_SIZE_X/3;
|
|
+const int WAVE_WIDTH = VID_MAX_SIZE_X/3;
|
|
|
|
struct Wave: public Part {
|
|
void Init();
|