diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-10 15:05:26 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-10 15:05:26 +0100 |
| commit | 9d869d73c1ca8f6c884f528a3ad4f623f25dffb1 (patch) | |
| tree | eac9ea00fe50b10b054519a9f9775734a0a5b9b2 /documentation/src/preface.dox | |
| parent | 9e4c7aa77cc9e68afe1d6865662410664eed02f7 (diff) | |
Begin documenting the Wayland platform, new in FLTK version 1.4
Diffstat (limited to 'documentation/src/preface.dox')
| -rw-r--r-- | documentation/src/preface.dox | 9 |
1 files changed, 7 insertions, 2 deletions
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. |
