summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-21 14:39:00 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-21 14:39:00 +0100
commitbf5b902180f0e5654f5802cf9ef588ecf57d20c6 (patch)
treec6ca474a1c8f044eb7f3ba4199d2455781fafda9 /CHANGES.txt
parent49dae86edf4d1deb7f5e39f57f05a6656137ead1 (diff)
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4cc6c249a..ba58b9d17 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,7 +17,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022
New Features and Extensions
- - FLTK 1.4 introduces a new platform, Wayland, available for recent Unix
+ - FLTK 1.4 introduces a new platform, Wayland, available for recent Linux
distributions. More information in README.Wayland.txt
- Windows platform: added support for using a manifest to set the
application's level of DPI awareness (issue #309).
@@ -224,7 +224,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022
- Fixed crash for very small Fl_Color_Chooser (STR #3490).
- Removed all shadow lint in header files (STR #2714).
- Fixed pulldown menu position when at the bottom of the screen (STR #2880).
- - Fixed missing item handling in Fl_Chekc_Browser (STR #3480).
+ - Fixed missing item handling in Fl_Check_Browser (STR #3480).
- Fixed Delete key in Fl_Input deleting entire widgets in Fluid (STR #2841).
- Reorganized Fluid Template feature (STR #3336).
- Updated Fluid documentation and image (STR #3328).