diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-05 10:13:31 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-05 10:13:31 +0200 |
| commit | d096ec48d027967a192afb6b730ead6bb98076e1 (patch) | |
| tree | c7a50774b98ab077eebd09a71ddfa912688aeb74 /FL | |
| parent | 0fdef887d0ad8ad0aa597f8a67079cb670ca18c1 (diff) | |
Documentation: add missing mentions of the Wayland platform.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_draw.H | 4 |
1 files changed, 2 insertions, 2 deletions
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); /** |
