diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-02 09:33:56 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-02 09:33:56 +0100 |
commit | 397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc (patch) | |
tree | 292a9658f1cd4ed4a6df31ae354f2d753a1fd84c /src | |
parent | 7603ae30822052a898e05f0634ae6a4ab9ac4792 (diff) | |
download | uGFX-397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc.tar.gz uGFX-397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc.tar.bz2 uGFX-397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc.zip |
docs
Diffstat (limited to 'src')
-rw-r--r-- | src/gwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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
*/
|