From a0654b59ac17ad5b7739b7136d00f2469b03d5fa Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 5 Nov 2021 13:12:52 +0100 Subject: Fix X11 build with FLTK_CONSOLIDATE_MOTION turned off --- CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3