summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/enumerations.dox4
-rw-r--r--documentation/src/intro.dox7
2 files changed, 7 insertions, 4 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index 541d1e603..889be58be 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -153,9 +153,9 @@ value:
- FL_ALT - One of the alt keys is down.
- FL_NUM_LOCK - The num lock is on.
- FL_META - One of the meta/Windows keys is down.
- - FL_COMMAND - An alias for FL_CTRL on Windows and X11,
+ - FL_COMMAND - An alias for FL_CTRL on Windows, X11 and Wayland,
or FL_META on MacOS X.
- - FL_CONTROL - An alias for FL_META on Windows and X11,
+ - FL_CONTROL - An alias for FL_META on Windows, X11 and Wayland,
or FL_CTRL on MacOS X.
- FL_SCROLL_LOCK - The scroll lock is on.
- FL_BUTTON1 - Mouse button 1 is pushed.
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