| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/spiralsynth/files/ |
Upload File : |
--- GUI/OutputGUI.C.orig 2000-11-26 16:52:39.000000000 +0100
+++ GUI/OutputGUI.C 2011-11-15 14:11:31.000000000 +0100
@@ -18,7 +18,7 @@
#include "OutputGUI.h"
-#include <FL/fl_file_chooser.h>
+#include <FL/Fl_File_Chooser.H>
OutputGUI::OutputGUI(Output *o)
{
@@ -26,8 +26,10 @@
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)
{
+ xoff=0;
+ yoff=0;
Fl_Group* o = GUIMixGroup = new Fl_Group(xoff, yoff, 85, 110, name);
o->type(1);
o->box(FL_UP_BOX);