diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-06-07 16:42:14 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-06-07 16:42:14 +0200 |
| commit | 7d7edcf50fc23ffac2c3abba66f981629b000150 (patch) | |
| tree | addef05a9f12ef995ce1a98eb2c0306182a2abf2 /documentation | |
| parent | 87dec3af9c8bfcf3a125ba453d144cd642fa362c (diff) | |
Documentation: remove « "FLTK", pronounced "fulltick" »
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/intro.dox | 3 | ||||
| -rw-r--r-- | documentation/src/preface.dox | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index 7b827fd80..98111e7fb 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -2,8 +2,7 @@ \page intro Introduction to FLTK -The Fast Light Tool Kit ("FLTK", pronounced -"fulltick") is a cross-platform C++ GUI toolkit for +The Fast Light Tool Kit ("FLTK") is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11 or Wayland), Microsoft® Windows®, and Apple® macOS®. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index 95e0216f1..f325c4dc8 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -7,8 +7,9 @@ version 1.4.0, a C++ Graphical User Interface ("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Version 1.4.0 introduces support for a new windowing system -under LINUX: Wayland. Thus, FLTK applications under LINUX can -now be built to use either X11 or Wayland as windowing system. +under Linux/Unix: Wayland. FLTK applications under Linux/Unix +run, unchanged, as Wayland or X11 clients depending on what's +available at run-time. Each of the chapters in this manual is designed as a tutorial for using FLTK, while the appendices provide a convenient reference |
