diff options
Diffstat (limited to 'audio/spiralsynth/patches/patch-aj')
-rw-r--r-- | audio/spiralsynth/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/spiralsynth/patches/patch-aj b/audio/spiralsynth/patches/patch-aj new file mode 100644 index 00000000000..141a3cdfec5 --- /dev/null +++ b/audio/spiralsynth/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2003/12/19 16:48:06 ben Exp $ + +--- GUI/MixerGUI.C.orig 2000-11-26 07:52:40.000000000 -0800 ++++ GUI/MixerGUI.C +@@ -24,7 +24,7 @@ MixerGUI::MixerGUI(Mixer *o) + if (!m_mix) cerr<<"WARNING: Mixer not correctly set up"<<endl; + } + +-void MixerGUI::CreateGUI(int xoff=0, int yoff=0, char *name) ++void MixerGUI::CreateGUI(int xoff, int yoff, char *name) + { + Fl_Group* o = GUIMixGroup = new Fl_Group(xoff, yoff, 100, 110, name); + o->type(1); |