Documentation: add missing mentions of the Wayland platform.

This commit is contained in:
ManoloFLTK
2022-07-05 10:13:31 +02:00
parent 0fdef887d0
commit d096ec48d0
7 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -889,8 +889,8 @@ FL_EXPORT void fl_draw(const char *str, int x, int y);
Draw a nul-terminated UTF-8 string starting at the given \p x, \p y
location and rotating \p angle degrees counter-clockwise.
This version of fl_draw provides direct access to the text drawing
function of the underlying OS and is supported by Xft, Win32 and MacOS
fltk subsets.
function of the underlying OS and is supported by all fltk platforms except
X11 without Xft.
*/
FL_EXPORT void fl_draw(int angle, const char *str, int x, int y);
/**