diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-18 15:00:37 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-18 15:00:37 +0200 |
| commit | 27a779b2357fb27ae834e8921323f09fd3288940 (patch) | |
| tree | b3701b4b2adf83fa339920f65082666a2d8a5e5d /FL | |
| parent | c27009e52c9a736a73be63a827a45a5c5c0b8bbf (diff) | |
Fix trailing whitespace
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_draw.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 65849330d..4095aab34 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -339,7 +339,7 @@ inline void fl_rounded_rectf(int x, int y, int w, int h, int r) { fl_graphics_driver->rounded_rectf(x, y, w, h, r); } -/** Color with passed color a rectangle that exactly fills the given bounding box. +/** Color with passed color a rectangle that exactly fills the given bounding box. \warning The current color is changed to \p c upon return. */ inline void fl_rectf(int x, int y, int w, int h, Fl_Color c) { |
