diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-11-09 18:47:05 -0800 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-11-09 18:47:05 -0800 |
commit | 0eeb2a2b8f0c6bfb77256522c720e6915d57c217 (patch) | |
tree | 03ce8e6d759d5482185ae4a4797555ac0a922bfa /src/gwin.c | |
parent | d3b4c499ab0267dbcad3d5972bb0317fdba9043e (diff) | |
parent | affd9792ff42fab8f376bd2c87a71b25fd52baf7 (diff) | |
download | uGFX-0eeb2a2b8f0c6bfb77256522c720e6915d57c217.tar.gz uGFX-0eeb2a2b8f0c6bfb77256522c720e6915d57c217.tar.bz2 uGFX-0eeb2a2b8f0c6bfb77256522c720e6915d57c217.zip |
Merge pull request #1 from Tectu/master
Included Tectu changes
Diffstat (limited to 'src/gwin.c')
-rw-r--r-- | src/gwin.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,7 @@ */
/**
- * @file gwin.c
+ * @file src/gwin.c
* @brief GWIN Driver code.
*
* @addtogroup GWIN
@@ -166,6 +166,7 @@ void gwinClear(GHandle gh) { * @note May leave GDISP clipping to this window's dimensions
*
* @param[in] gh The window handle
+ * @param[in] x,y The coordinates of the pixel
*
* @api
*/
@@ -887,3 +888,4 @@ void gwinButtonDraw(GHandle gh) { #endif /* _GWIN_C */
/** @} */
+
|