diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_draw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index b8cb64994..061b50e77 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -342,8 +342,8 @@ void fl_draw( The text length is limited to 1024 characters per line. */ void fl_draw( - const char* str, // the (multi-line) string - int x, int y, int w, int h, // bounding box + const char* str, + int x, int y, int w, int h, Fl_Align align, Fl_Image* img, int draw_symbols) { |
