1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-an,v 1.1 2003/12/19 16:37:54 ben Exp $
--- GUI/Widgets/Fl_Loop.C.orig 2001-04-19 13:48:10.000000000 -0700
+++ GUI/Widgets/Fl_Loop.C
@@ -30,7 +30,7 @@ static const float RADCONV = 0.017453292
static const int INDW = 3; // indicator width
static const int UPDATECYCLES = 4;
-Fl_Loop::Fl_Loop(int x, int y, int w, int h, const char* label=0) :
+Fl_Loop::Fl_Loop(int x, int y, int w, int h, const char* label) :
Fl_Double_Window(x,y,w,h,label),
m_data(NULL),
m_MainWin(NULL),
|