summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dead987d5..ddbb9b9c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,7 +17,11 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2021
New Features and Extensions
- - (add new items here)
+ - The undocumented feature FLTK_CONSOLIDATE_MOTION is now OFF on X11 like
+ on macOS. In FLTK 1.3 this feature has been ON on X11. The macro can now
+ be set on the compiler commandline and can be used to reduce the number
+ of mouse move events sent to the application but it may be unreliable.
+ Recommendation: let it switched OFF unless you really need it.
- The Windows platform now draws oblique and curved lines in antialiased
form. The new function void fl_antialias(int state); allows to turn off
or on such antialiased drawing. The new function int fl_antialias(); returns