From cdf2832347b8fdf0389cd373c2ead0ac5d071037 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 16:24:45 +0500 Subject: wip --- FL/core/function_types.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/core') diff --git a/FL/core/function_types.H b/FL/core/function_types.H index 7961f7632..741b781fb 100644 --- a/FL/core/function_types.H +++ b/FL/core/function_types.H @@ -90,7 +90,7 @@ typedef void (*Fl_Idle_Handler)(void *data); /** Signature of add_idle callback function passed as parameter. This signature allows an idle callback without parameters. When the callback is called it is called with an additional - parameter (set to nullptr) which is not used by the callback. + parameter (set to 0) which is not used by the callback. */ typedef void (*Fl_Old_Idle_Handler)(); -- cgit v1.2.3