diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
| commit | cdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch) | |
| tree | 96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/core | |
| parent | db214d1145e46d527a46d1fc2519548d2c4d23f1 (diff) | |
wip
Diffstat (limited to 'FL/core')
| -rw-r--r-- | FL/core/function_types.H | 2 |
1 files changed, 1 insertions, 1 deletions
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)(); |
