Change prototype to Fl::now(double offset = 0) - cont'd
This commit is contained in:
parent
4d9805537b
commit
f20e2188fd
2
FL/Fl.H
2
FL/Fl.H
@ -471,7 +471,7 @@ public:
|
||||
static int has_check(Fl_Timeout_Handler, void* = 0);
|
||||
static void remove_check(Fl_Timeout_Handler, void* = 0);
|
||||
|
||||
static Fl_Timestamp now(double delay = 0);
|
||||
static Fl_Timestamp now(double offset = 0);
|
||||
static double seconds_since(Fl_Timestamp& then);
|
||||
static double seconds_between(Fl_Timestamp& back, Fl_Timestamp& further_back);
|
||||
static long ticks_since(Fl_Timestamp& then);
|
||||
|
Loading…
Reference in New Issue
Block a user