From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- FL/fl_draw.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/fl_draw.H') diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 11375125d..8a834c944 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -875,7 +875,7 @@ inline double fl_width(const char *txt, int n) { Example: \code - auto width = fl_width(0x20ac); // measures the width of the `€` sign. + double width = fl_width(0x20ac); // measures the width of the `€` sign. \endcode \internal If a valid fl_gc is NOT found then it uses the first window gc, @@ -969,7 +969,7 @@ FL_EXPORT const char *fl_local_to_mac_roman(const char *t, int n = -1); /** \addtogroup fl_drawings @{ */ -FL_EXPORT float fl_override_scale(); +FL_EXPORT float fl__scale(); FL_EXPORT void fl_restore_scale(float s); -- cgit v1.2.3