aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp.c
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-11 00:00:23 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-11 00:00:23 -0800
commite28a4dbd0e5306f40f2e778025fd0e4888d9d0ba (patch)
treecfaa5add5f3ad13f51b3bc500048329dc9489df4 /src/gdisp.c
parent77e1371b86c6181da153d68b326c624486c1245c (diff)
parent44bb28ed9259633d48bb526a681d0e6057c4da86 (diff)
downloaduGFX-e28a4dbd0e5306f40f2e778025fd0e4888d9d0ba.tar.gz
uGFX-e28a4dbd0e5306f40f2e778025fd0e4888d9d0ba.tar.bz2
uGFX-e28a4dbd0e5306f40f2e778025fd0e4888d9d0ba.zip
Merge pull request #2 from Tectu/master
Merge Tectu changes
Diffstat (limited to 'src/gdisp.c')
-rw-r--r--src/gdisp.c4
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