1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add a patch forgotten when commiting ports/52400.

This commit is contained in:
Maxim Sobolev 2003-06-01 15:38:43 +00:00
parent 40f56b55b9
commit 967f13cf3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81912

View File

@ -0,0 +1,13 @@
--- src/globals.h.orig Sun May 18 20:39:47 2003
+++ src/globals.h Sun May 18 20:40:01 2003
@@ -255,8 +255,8 @@
gint winstyle; /* window function options */
gint active_drawing_area;
gfloat noise_floor;
-gfloat noise_floor_min;
-gfloat noise_floor_max;
+extern const float noise_floor_min;
+extern const float noise_floor_max;
gint paused;
gint low_freq;
gint high_freq;