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:
parent
40f56b55b9
commit
967f13cf3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81912
13
audio/extace/files/patch-src::globals.h
Normal file
13
audio/extace/files/patch-src::globals.h
Normal 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;
|
Loading…
Reference in New Issue
Block a user