From 975cd3b4fd1dc6cad320f62bfbf25b38d60e9181 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 18 Oct 2024 17:01:34 +0200 Subject: 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" --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3