Mention new support for MacOS 10.14

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@13079 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-10-21 07:06:51 +00:00
parent 4c8b7c99ea
commit d2730d3e2c

View File

@ -3,7 +3,9 @@ CHANGES IN FLTK 1.3.5 RELEASED: ??? ?? 2018
Bug fixes and other improvements
- MacOS platform: fix regression in OS 10.13 where an unbundled app
- Added support for MacOS 10.14 "Mojave": all drawing to windows is done
through "layer-backed views" when the app is linked to SDK 10.14.
- MacOS platform: fix regression in OS 10.13 where an unbundled app
had its system menu bar unresponsive.
- MacOS≥ 10.10 platform: Fl_Window::fullscreen() and fullscreen_off()
no longer call Fl_Window::hide() + Fl_Window::show().