From f20e2188fdeee8be6c5ffe7f451631c4fb345601 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:11:43 +0200 Subject: Change prototype to Fl::now(double offset = 0) - cont'd --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl.H b/FL/Fl.H index dc1d040c4..42eec3953 100644 --- a/FL/Fl.H +++ b/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); -- cgit v1.2.3