diff options
Diffstat (limited to 'src/gdisp.c')
-rw-r--r-- | src/gdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp.c b/src/gdisp.c index 35d778d3..81c06599 100644 --- a/src/gdisp.c +++ b/src/gdisp.c @@ -321,8 +321,8 @@ *
* @param[in] x,y The start position
* @param[in] cx,cy The size of the filled area
- * @param[in] srcx,srcy I've no idea
- * @param[in] srccx Really, I've no fucking idea
+ * @param[in] srcx,srcy The bitmap position to start the fill form
+ * @param[in] srccx The width of a line in the bitmap
* @param[in] buffer The bitmap in the driver's pixel format
*
* @api
|