From 9d869d73c1ca8f6c884f528a3ad4f623f25dffb1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:05:26 +0100 Subject: Begin documenting the Wayland platform, new in FLTK version 1.4 --- documentation/src/preface.dox | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'documentation/src/preface.dox') diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index ab61efc03..c62a9d664 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -4,8 +4,13 @@ This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.0, a C++ Graphical User Interface -("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each -of the chapters in this manual is designed as a tutorial for +("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. + +Version 1.4.0 introduces support for a new windowing system +under UNIX: Wayland. Thus, FLTK applications under UNIX can +now be built to use either X11 or Wayland as windowing system. + +Each of the chapters in this manual is designed as a tutorial for using FLTK, while the appendices provide a convenient reference for all FLTK widgets, functions, and operating system interfaces. -- cgit v1.2.3