summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-05 13:12:52 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-05 13:12:52 +0100
commita0654b59ac17ad5b7739b7136d00f2469b03d5fa (patch)
tree0dc156a79cc6c7abab06b7fcb70ef90d6801cfe6 /CHANGES.txt
parent0ad192a27b85974376bf5251287cf9905dfbfc85 (diff)
Fix X11 build with FLTK_CONSOLIDATE_MOTION turned off
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