summaryrefslogtreecommitdiff
path: root/src/Fl_compose.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-05 10:13:31 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-05 10:13:31 +0200
commitd096ec48d027967a192afb6b730ead6bb98076e1 (patch)
treec7a50774b98ab077eebd09a71ddfa912688aeb74 /src/Fl_compose.cxx
parent0fdef887d0ad8ad0aa597f8a67079cb670ca18c1 (diff)
Documentation: add missing mentions of the Wayland platform.
Diffstat (limited to 'src/Fl_compose.cxx')
-rw-r--r--src/Fl_compose.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx
index b83121467..ed8f42f69 100644
--- a/src/Fl_compose.cxx
+++ b/src/Fl_compose.cxx
@@ -49,7 +49,7 @@ int Fl::compose_state = 0;
<p>On some platforms, text input can involve marked text, that is,
temporary text replaced by other text during the input process. This occurs,
- e.g., under macOS when using dead keys or when entering CJK characters.
+ e.g., under Wayland or macOS when using dead keys or when entering CJK characters.
Text editing widgets should preferentially signal
marked text, usually underlining it. Widgets can use
<tt>int Fl::compose_state</tt> <i>after</i> having called Fl::compose(int&)