diff options
Diffstat (limited to 'src/fl_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index ad7dd1cb7..ec0ed5832 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -619,11 +619,11 @@ int fl_not_clipped(int x, int y, int w, int h) { Returns non-zero if the resulting rectangle is different to the original. This can be used to limit the necessary drawing to a rectangle. - \a W and \a H are set to zero if the rectangle is completely outside + \p W and \p H are set to zero if the rectangle is completely outside the region. \param[in] x,y,w,h position and size of rectangle \param[out] X,Y,W,H position and size of resulting bounding box. - \a W and \a H are set to zero if the rectangle is + \p W and \p H are set to zero if the rectangle is completely outside the region. \returns Non-zero if the resulting rectangle is different to the original. */ |
