diff options
Diffstat (limited to 'audio/spiralloops/files/patch-GUI_ScopeGUI.C')
-rw-r--r-- | audio/spiralloops/files/patch-GUI_ScopeGUI.C | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-GUI_ScopeGUI.C b/audio/spiralloops/files/patch-GUI_ScopeGUI.C new file mode 100644 index 000000000000..3dbf6a2e47f0 --- /dev/null +++ b/audio/spiralloops/files/patch-GUI_ScopeGUI.C @@ -0,0 +1,20 @@ +--- GUI/ScopeGUI.C.orig Wed Nov 22 13:08:41 2006 ++++ GUI/ScopeGUI.C Wed Nov 22 13:10:26 2006 +@@ -23,7 +23,7 @@ + + #include <FL/fl_draw.H> + +-ScopeWidget::ScopeWidget(int x,int y,int w,int h,const char *l=0) : ++ScopeWidget::ScopeWidget(int x,int y,int w,int h,const char *l) : + Fl_Widget(x,y,w,h,l), + m_Channels(1) + { +@@ -69,7 +69,7 @@ + if (!m_Bypass) m_Scope->redraw(); + } + +-void ScopeGUI::CreateGUI(int xoff=0, int yoff=0, char *name) ++void ScopeGUI::CreateGUI(int xoff, int yoff, char *name) + { + Fl_Group* o = GUIScopeGroup = new Fl_Group(xoff, yoff, 225, 110, name); + o->type(1); |