diff options
Diffstat (limited to 'FL/fl_draw.H')
| -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 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); |
