diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-15 11:30:19 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-15 11:30:19 +0200 |
| commit | fd6accec247c6749a31f15ac4b5f5ef09139ab71 (patch) | |
| tree | eb421f27605c017301b74131af6a27a60f972531 /src/fl_draw_arrow.cxx | |
| parent | 56ad8f8a78117dbd94cbc0b74c20fab4cca832bc (diff) | |
Fix small circle drawing and add doxygen \since statement
src/fl_draw.cxx: improve documentation, add \since 1.4.0,
simplify scaling code, use forgotten 'color' argument to set the
circle color.
src/fl_draw_arrow.cxx: add doxygen \since statement
Diffstat (limited to 'src/fl_draw_arrow.cxx')
| -rw-r--r-- | src/fl_draw_arrow.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fl_draw_arrow.cxx b/src/fl_draw_arrow.cxx index 16ee4361d..3af5c6875 100644 --- a/src/fl_draw_arrow.cxx +++ b/src/fl_draw_arrow.cxx @@ -1,7 +1,7 @@ // // Arrow drawing code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2022 by Bill Spitzak and others. +// Copyright 1998-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -220,6 +220,8 @@ static int fl_draw_arrow_choice(Fl_Rect r, Fl_Color col) { \param[in] t arrow type \param[in] o orientation \param[in] col arrow color + + \since 1.4.0 */ void fl_draw_arrow(Fl_Rect r, Fl_Arrow_Type t, Fl_Orientation o, Fl_Color col) { |
