From d096ec48d027967a192afb6b730ead6bb98076e1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:13:31 +0200 Subject: Documentation: add missing mentions of the Wayland platform. --- src/Fl_compose.cxx | 2 +- src/drivers/Posix/Fl_Posix_System_Driver.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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;
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 int Fl::compose_state after having called Fl::compose(int&) diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index d64a8fdcf..9cb4656af 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -1,5 +1,5 @@ // -// Definition of Posix system driver (used by both the X11 and macOS platforms). +// Definition of Posix system driver (used by the X11, Wayland and macOS platforms). // // Copyright 1998-2021 by Bill Spitzak and others. // -- cgit v1.2.3