ports/audio/spiralloops/files/patch-GUI_Widgets_Fl__Trigger.C
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
385 B
C

--- GUI/Widgets/Fl_Trigger.C.orig Wed Nov 22 13:17:29 2006
+++ GUI/Widgets/Fl_Trigger.C Wed Nov 22 13:17:36 2006
@@ -27,7 +27,7 @@
static const float RADCONV = 0.017453292;
-Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label=0) :
+Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label) :
Fl_Widget(x,y,w,h,label),
m_CentreX(0),
m_CentreY(0),