summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-15 18:59:28 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-15 18:59:28 +0200
commitd589c05b1741bf699897feef73c35a58592dc876 (patch)
tree1558a7eebd6ad40768dbc6f8bd454d5d01096666 /FL/fl_draw.H
parent957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff)
Fix documentation typos and trailing whitespace
Diffstat (limited to 'FL/fl_draw.H')
-rw-r--r--FL/fl_draw.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index f5575e950..6535d031a 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -997,7 +997,7 @@ FL_EXPORT void fl_measure(const char *str, int &x, int &y, int draw_symbols = 1)
as graphical symbols
\param[in] spacing spacing between text and image
*/
-FL_EXPORT void fl_draw(const char *str, int x, int y, int w, int h,
+FL_EXPORT void fl_draw(const char *str, int x, int y, int w, int h,
Fl_Align align, Fl_Image *img = 0,
int draw_symbols = 1, int spacing = 0);
/**