summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-10-18 15:00:37 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-10-18 15:00:37 +0200
commit27a779b2357fb27ae834e8921323f09fd3288940 (patch)
treeb3701b4b2adf83fa339920f65082666a2d8a5e5d /FL
parentc27009e52c9a736a73be63a827a45a5c5c0b8bbf (diff)
Fix trailing whitespace
Diffstat (limited to 'FL')
-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 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) {