diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-30 19:14:02 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-30 19:14:02 +0100 |
| commit | b9ea732d02055adc11f350730800b836405d8ebd (patch) | |
| tree | c49f46985f7839b3d538ce80fdb7cef316f014ec | |
| parent | 325c4b8666b16bfcb4458047d0d57a81b5456a70 (diff) | |
Mention new public variable Fl_Image::register_images_done.
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3cdb21da2..cf70e47ff 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019 New Features and Extensions - (add new items here) + - New public variable Fl_Image::register_images_done allows an app. to detect + whether function fl_register_images() has been called. - Fix Fl::add_timeout() under Linux (STR 3516). - Fix early timeouts in Fl_Clock seen in some environments (STR 3516). - Fl_Printer::begin_job() uses by default the Gnome print dialog on the X11 |
