mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
385 B
C
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),
|