6fb96afadf
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralloops/.broken.sys2.html
13 lines
475 B
Text
13 lines
475 B
Text
$NetBSD: patch-al,v 1.1 2003/12/19 16:37:54 ben Exp $
|
|
|
|
--- GUI/OutputGUI.C.orig 2001-04-19 13:48:10.000000000 -0700
|
|
+++ GUI/OutputGUI.C
|
|
@@ -26,7 +26,7 @@ OutputGUI::OutputGUI(Output *o)
|
|
if (!m_out) cerr<<"WARNING: Output not correctly set up"<<endl;
|
|
}
|
|
|
|
-void OutputGUI::CreateGUI(int xoff=0, int yoff=0, char *name)
|
|
+void OutputGUI::CreateGUI(int xoff, int yoff, char *name)
|
|
{
|
|
Fl_Group* o = GUIMixGroup = new Fl_Group(xoff, yoff, 85, 110, name);
|
|
o->type(1);
|