summaryrefslogtreecommitdiff
path: root/audio/spiralloops/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'audio/spiralloops/patches/patch-ap')
-rw-r--r--audio/spiralloops/patches/patch-ap13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/spiralloops/patches/patch-ap b/audio/spiralloops/patches/patch-ap
new file mode 100644
index 00000000000..28101b979be
--- /dev/null
+++ b/audio/spiralloops/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2003/12/19 16:37:54 ben Exp $
+
+--- GUI/Widgets/Fl_Trigger.C.orig 2001-05-07 13:43:34.000000000 -0700
++++ GUI/Widgets/Fl_Trigger.C
+@@ -27,7 +27,7 @@
+
+ static const float RADCONV = 0.017453292;
+
+-Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label=0) :
++Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label) :
+ Fl_Widget(x,y,w,h,label),
+ m_CentreX(0),
+ m_CentreY(0),