1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1 2003/12/19 16:37:54 ben Exp $
--- GUI/Widgets/Fl_Trigger.C.orig 2001-05-07 13:43:34.000000000 -0700
+++ GUI/Widgets/Fl_Trigger.C
@@ -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),
|