diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-05 10:13:31 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-05 10:13:31 +0200 |
| commit | d096ec48d027967a192afb6b730ead6bb98076e1 (patch) | |
| tree | c7a50774b98ab077eebd09a71ddfa912688aeb74 /documentation/src/intro.dox | |
| parent | 0fdef887d0ad8ad0aa597f8a67079cb670ca18c1 (diff) | |
Documentation: add missing mentions of the Wayland platform.
Diffstat (limited to 'documentation/src/intro.dox')
| -rw-r--r-- | documentation/src/intro.dox | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox index 8df76f07c..89ac09ac8 100644 --- a/documentation/src/intro.dox +++ b/documentation/src/intro.dox @@ -4,7 +4,7 @@ The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a cross-platform C++ GUI toolkit for -UNIX®/Linux® (X11), Microsoft® Windows®, and +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 GLUT emulation. It was originally developed by Mr. Bill Spitzak @@ -94,7 +94,7 @@ Here are some of the core features unique to FLTK: \li The FLUID program (which includes every widget) is 538k. -\li Written directly atop core libraries (Xlib, Windows or Cocoa) for +\li Written directly atop core libraries (Xlib, Wayland, Windows or Cocoa) for maximum speed, and carefully optimized for code size and performance. \li Precise low-level compatibility between the X11, Windows and MacOS @@ -218,6 +218,9 @@ Enable the pango library for drawing any text in any script under X11. When targeting cygwin, build with X11 GUI instead of windows GDI. Also applicable to macOS platforms supplemented with XQuartz. +\par --enable-wayland +Enable use of the Wayland system for window handling. + \par --enable-cp936 Under X11, enable use of the GB2312 locale |
