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. --- FL/fl_draw.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 66125d351..b801c715d 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -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); /** -- cgit v1.2.3