From 04ccc8cc46c45b81e6138bec0b48a188c4ffe406 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 23 Jan 2022 01:33:47 +0100 Subject: Remove experimental platforms Android, Pico, SDL (PR #376) ... as discussed in fltk.coredev: "FLTK 1.4.0 release schedule" https://groups.google.com/g/fltkcoredev/c/PDbHTRpXVh0/m/JqboexZ_AwAJ --- src/Fl_System_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_System_Driver.cxx') diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx index 75bbf3ef9..45927ae2b 100644 --- a/src/Fl_System_Driver.cxx +++ b/src/Fl_System_Driver.cxx @@ -43,7 +43,7 @@ const int Fl_System_Driver::fl_YNegative = 0x0020; // and/or use their own table. It is defined here "static" and assigned // in the constructor to avoid static initialization race conditions. // -// As of June 2018 these platforms are Windows and Android. X11 does not +// As of January 2022 the only platform is Windows. X11 does not // use a key table at all. // Platforms that use their own key tables must assign them in their // constructors (which overwrites the pointer and size). -- cgit v1.2.3