diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/spiralloops/files/patch-GUI_Widgets_Fl__Knob.cxx | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/spiralloops/files/patch-GUI_Widgets_Fl__Knob.cxx')
-rw-r--r-- | audio/spiralloops/files/patch-GUI_Widgets_Fl__Knob.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-GUI_Widgets_Fl__Knob.cxx b/audio/spiralloops/files/patch-GUI_Widgets_Fl__Knob.cxx new file mode 100644 index 000000000000..ff53ece651b1 --- /dev/null +++ b/audio/spiralloops/files/patch-GUI_Widgets_Fl__Knob.cxx @@ -0,0 +1,11 @@ +--- GUI/Widgets/Fl_Knob.cxx.orig Wed Nov 22 13:14:11 2006 ++++ GUI/Widgets/Fl_Knob.cxx Wed Nov 22 13:14:20 2006 +@@ -4,7 +4,7 @@ + #include <FL/fl_draw.H> + #include <math.h> + +-Fl_Knob::Fl_Knob(int xx,int yy,int ww,int hh,const char *l=0): Fl_Valuator(xx,yy,ww,hh,l) { ++Fl_Knob::Fl_Knob(int xx,int yy,int ww,int hh,const char *l): Fl_Valuator(xx,yy,ww,hh,l) { + a1 = 35; + a2 = 325; + _type = DOTLIN; |