9af7b585f0
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralsynth/.broken.sys2.html
13 lines
468 B
Text
13 lines
468 B
Text
$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);
|