diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-18 17:01:34 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-18 17:01:34 +0200 |
| commit | 975cd3b4fd1dc6cad320f62bfbf25b38d60e9181 (patch) | |
| tree | cb83ae970c1bb120d667a880060b96b19de02008 /CHANGES.txt | |
| parent | 89309ebbf2c48f2242bba1c635c767cc450e054c (diff) | |
Remove unnecessary casts from glut demo programs
These casts are no longer useful since commit 5cd9f6fb8058f92d:
"STR #3323: glutAddMenuEntry now has a const label argument"
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3ef78a735..e680547d8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Changes in FLTK 1.4.0 Released: Feb ?? 2024 +Changes in FLTK 1.4.0 Released: Oct ?? 2024 General Information about this Release @@ -243,6 +243,7 @@ Changes in FLTK 1.4.0 Released: Feb ?? 2024 - Some methods of Fl_Tabs are now virtual and/or protected for easier subclassing without code duplication (STR #3211 and others). To be continued... + - glutAddMenuEntry() now has a *const* label argument (STR #3323) - Separated Fl_Input_Choice.H and Fl_Input_Choice.cxx (STR #2750, #2752). - Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776). - New method Fl_Spinner::wrap(int) allows to set wrap mode at bounds if |
